Skip to content
Permalink
Browse files
Make sure that string values are returned from the height/width CSS p…
…roperties.
  • Loading branch information
jeresig committed Sep 9, 2010
1 parent 194c93e commit 7c85885
Showing 1 changed file with 1 addition and 1 deletion.
@@ -119,7 +119,7 @@ jQuery.each(["height", "width"], function( i, name ) {
});
}

return val;
return val + "px";
},

set: function( elem, value ) {

0 comments on commit 7c85885

Please sign in to comment.