Make sure that string values are returned from the height/width CSS properties.

This commit is contained in:
jeresig 2010-09-09 15:42:38 -04:00
parent 194c93eca2
commit 7c8588530a

View file

@ -119,7 +119,7 @@ jQuery.each(["height", "width"], function( i, name ) {
});
}
return val;
return val + "px";
},
set: function( elem, value ) {