Make sure that string values are returned from the height/width CSS properties.
This commit is contained in:
parent
194c93eca2
commit
7c8588530a
|
@ -119,7 +119,7 @@ jQuery.each(["height", "width"], function( i, name ) {
|
|||
});
|
||||
}
|
||||
|
||||
return val;
|
||||
return val + "px";
|
||||
},
|
||||
|
||||
set: function( elem, value ) {
|
||||
|
|
Loading…
Reference in a new issue