Fixes #14049: don't append px to CSS order value. Close gh-1300.

This commit is contained in:
Jason Merino
2013-06-28 16:08:16 -07:00
committed by Michał Gołębiowski
parent d139732a16
commit ec6eb38c64
2 changed files with 5 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ jQuery.extend({
"fontWeight": true,
"lineHeight": true,
"opacity": true,
"order": true,
"orphans": true,
"widows": true,
"zIndex": true,