diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-22 00:28:11 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-22 00:28:11 -0400 |
commit | bc7bb0df28f52846e54a2ce5ecf493d4594b2a90 (patch) | |
tree | ec47862360fc160e4d3c2366095005cad5ed629d /src | |
parent | 2942be780f3f243dbf82ca012bba284846afee13 (diff) | |
parent | 3d9445e3fce84448b4b569a1a6f1aa454a898265 (diff) | |
download | jquery-bc7bb0df28f52846e54a2ce5ecf493d4594b2a90.tar.gz jquery-bc7bb0df28f52846e54a2ce5ecf493d4594b2a90.zip |
Merge branch 'master' of github.com:jquery/jquery
Diffstat (limited to 'src')
-rw-r--r-- | src/css.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js index c5c01ecac..318cd5979 100644 --- a/src/css.js +++ b/src/css.js @@ -59,7 +59,9 @@ jQuery.extend({ "fontWeight": true, "opacity": true, "zoom": true, - "lineHeight": true + "lineHeight": true, + "widows": true, + "orphans": true }, // Add in properties whose names you wish to fix before |