Skip to content

Commit

Permalink
Added minified file back to repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Jan 23, 2013
1 parent eec9a26 commit fec6094
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
6 changes: 4 additions & 2 deletions autosize.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"textarea",
"ui"
],
"version": "1.16.2",
"version": "1.16.3",
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com"
Expand All @@ -20,5 +20,7 @@
],
"homepage": "http://jacklmoore.com/autosize",
"demo": "http://jacklmoore.com/autosize",
"dependencies": { "jquery": ">=1.4" }
"dependencies": {
"jquery": ">=1.4"
}
}
14 changes: 7 additions & 7 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jquery-autosize",
"version": "1.16.2",
"main": "./jquery.autosize.js",
"dependencies": {
"jquery": ">=1.4"
}
}
"name": "jquery-autosize",
"version": "1.16.3",
"main": "./jquery.autosize.js",
"dependencies": {
"jquery": ">=1.4"
}
}
7 changes: 7 additions & 0 deletions jquery.autosize-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions jquery.autosize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Autosize 1.16.2 - jQuery plugin for textareas
// (c) 2013 Jack Moore - jacklmoore.com
// license: www.opensource.org/licenses/mit-license.php
/*
jQuery Autosize v1.16.3
(c) 2013 Jack Moore - jacklmoore.com
updated: 2013-01-23
license: http://www.opensource.org/licenses/mit-license.php
*/
(function ($) {
var
defaults = {
Expand Down

0 comments on commit fec6094

Please sign in to comment.