Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "autoresize", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Automatically resize the inputs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ autoresize | ||
``` | ||
npm i roll-parser | ||
npm i autoresize | ||
``` | ||
@@ -69,3 +69,3 @@ | ||
#### Paramenters | ||
### Paramenters | ||
@@ -92,3 +92,3 @@ ##### `element` | ||
Passing the `assumeRendered` with `true` value will skip the check for the presence of the element in the DOM. Otherwise, the `render()` function will wait, until the element is rendered and then will apply the add the event listeners. | ||
Passing the `assumeRendered` with `true` value will skip the check for the presence of the element in the DOM. Otherwise, the `render()` function will wait, until the element is rendered and then will apply the event listeners. | ||
@@ -95,0 +95,0 @@ __Input__ |
24639