diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-05-08 22:56:51 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-05-13 18:17:25 -0400 |
commit | 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f (patch) | |
tree | b447f875ab3309459471dcb506f45c94144e332f /src/css.js | |
parent | c1b8edfcc90961290f7555c55851209bc860c0b4 (diff) | |
download | jquery-3971c2ebb2e6729fe80bac4ee7b91bc02f26486f.tar.gz jquery-3971c2ebb2e6729fe80bac4ee7b91bc02f26486f.zip |
Fix #13855: line-height animations. Close gh-1265.
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js index 2616572a7..d8aa6d605 100644 --- a/src/css.js +++ b/src/css.js @@ -164,7 +164,7 @@ jQuery.extend({ } }, - // Exclude the following css properties to add px + // Don't automatically add "px" to these possibly-unitless properties cssNumber: { "columnCount": true, "fillOpacity": true, |