From 3d9445e3fce84448b4b569a1a6f1aa454a898265 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Fri, 22 Apr 2011 00:02:08 -0400 Subject: 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 --- src/css.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3