aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-05-08 22:56:51 -0400
committerRichard Gibson <richard.gibson@gmail.com>2013-05-13 18:17:25 -0400
commit3971c2ebb2e6729fe80bac4ee7b91bc02f26486f (patch)
treeb447f875ab3309459471dcb506f45c94144e332f /src/css.js
parentc1b8edfcc90961290f7555c55851209bc860c0b4 (diff)
downloadjquery-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.js2
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,