git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194c93e
)
Make sure that string values are returned from the height/width CSS properties.
author
jeresig
<jeresig@gmail.com>
Thu, 9 Sep 2010 19:42:38 +0000
(15:42 -0400)
committer
jeresig
<jeresig@gmail.com>
Thu, 9 Sep 2010 19:42:38 +0000
(15:42 -0400)
src/css.js
patch
|
blob
|
history
diff --git
a/src/css.js
b/src/css.js
index
f263de8
..
f921258
100644
(file)
--- a/
src/css.js
+++ b/
src/css.js
@@
-119,7
+119,7
@@
jQuery.each(["height", "width"], function( i, name ) {
});
}
- return val;
+ return val + "px";
},
set: function( elem, value ) {