diff options
author | Bennett Sorbo <bsorbo@gmail.com> | 2012-12-01 14:11:56 -0800 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-12-11 22:38:37 -0500 |
commit | 32842ac36564e9db60bcf8ad841674b161e7c924 (patch) | |
tree | 640c315f671faa7072cbc430408704ad8152fc39 /src/css.js | |
parent | 93e18922c5b6f6c1472cc0b44c65c70603d57cdd (diff) | |
download | jquery-32842ac36564e9db60bcf8ad841674b161e7c924.tar.gz jquery-32842ac36564e9db60bcf8ad841674b161e7c924.zip |
Fix #12990. Don't add 'px' to column-count. Close gh-1050.
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.js b/src/css.js index 18ca9c831..963822a68 100644 --- a/src/css.js +++ b/src/css.js @@ -155,6 +155,7 @@ jQuery.extend({ // Exclude the following css properties to add px cssNumber: { + "columnCount": true, "fillOpacity": true, "fontWeight": true, "lineHeight": true, |