Skip to content

Commit

Permalink
Make sure that string values are returned from the height/width CSS p…
Browse files Browse the repository at this point in the history
…roperties.
  • Loading branch information
jeresig committed Sep 9, 2010
1 parent 194c93e commit 7c85885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css.js
Expand Up @@ -119,7 +119,7 @@ jQuery.each(["height", "width"], function( i, name ) {
}); });
} }


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


set: function( elem, value ) { set: function( elem, value ) {
Expand Down

0 comments on commit 7c85885

Please sign in to comment.