forked from jackmoore/autosize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a conflict with direction:ltr pages.
- Loading branch information
jackmoore
committed
Jan 29, 2013
1 parent
fec6094
commit 4073ea7
Showing
5 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
{ | ||
"name": "autosize", | ||
"title": "Autosize", | ||
"description": "enables automatic height for textarea elements", | ||
"description": "Allows textarea elements to automatically adjust their height based on user input.", | ||
"keywords": [ | ||
"form", | ||
"textarea", | ||
"ui" | ||
], | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"author": { | ||
"name": "Jack Moore", | ||
"url": "http://www.jacklmoore.com" | ||
"url": "http://www.jacklmoore.com", | ||
"email": "[email protected]" | ||
}, | ||
"licenses": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters