mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user