Skip to content

Commit

Permalink
proper capitalization for Firefox in documentation. Fixes jackmoore#114
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Nov 5, 2013
1 parent 501c80f commit 0e4f407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jquery.autosize.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
resizeDelay: 10
},

// border:0 is unnecessary, but avoids a bug in FireFox on OSX
// border:0 is unnecessary, but avoids a bug in Firefox on OSX
copy = '<textarea tabindex="-1" style="position:absolute; top:-999px; left:0; right:auto; bottom:auto; border:0; padding: 0; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; word-wrap:break-word; height:0 !important; min-height:0 !important; overflow:hidden; transition:none; -webkit-transition:none; -moz-transition:none;"/>',

// line-height is conditionally included because IE7/IE8/old Opera do not return the correct value.
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Small jQuery plugin to allow dynamic resizing of textarea height, so that it gro
* Removed AMD support. Fixes #109 Ref #56.

### v1.18.0 - 2013/10/20
* Fixed error that was being thrown in FireFox 3.x. Fixes #112
* Fixed error that was being thrown in Firefox 3.x. Fixes #112

### v1.17.8 - 2013/9/7
* Minor change to not append the mirror element when the plugin is applied to an empty jQuery collection
Expand All @@ -20,10 +20,10 @@ Small jQuery plugin to allow dynamic resizing of textarea height, so that it gro
* Fixed a potential issue introduced in 1.17.4 that causes an 'NS_ERROR_FAILURE' error in Firefox.

### v1.17.5 - 2013/8/23
* Fixed oversight in 1.17.4 that caused FireFox fix not to be applied.
* Fixed oversight in 1.17.4 that caused Firefox fix not to be applied.

### v1.17.4 - 2013/8/22
* Improved speed of editing large blocks of text in FireFox.
* Improved speed of editing large blocks of text in Firefox.

### v1.17.3 - 2013/8/2013
* Resolved an issue that was causing slowing down initialization for large blocks of text in Chrome.
Expand Down Expand Up @@ -146,7 +146,7 @@ Small jQuery plugin to allow dynamic resizing of textarea height, so that it gro
$('#myTextArea').trigger('autosize');

### v1.5 - 2011/12/7
* fixed a regression in detecting FireFox support
* fixed a regression in detecting Firefox support

### v1.4 - 2011/11/22
* added branching to exclude old browsers (FF3- & Safari4-)
Expand Down

0 comments on commit 0e4f407

Please sign in to comment.