diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 8c27b42b..618cada1 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1261,7 +1261,7 @@ jQuery.extend({ return value.call( elem ); // Handle passing in a number to a CSS property - if ( value.constructor == Number && type == "css" ) + if ( value.constructor == Number && type == "curCSS" ) return value + "px"; return value;