Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936.

More Details:
 - https://github.com/jquery/jquery/pull/340
 - http://bugs.jquery.com/ticket/8936
This commit is contained in:
Rick Waldron 2011-04-22 00:02:08 -04:00 committed by John Resig
parent 16312c6b06
commit 3d9445e3fc
2 changed files with 28 additions and 2 deletions

View file

@ -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