Made sure that css('width') and height returned string values, not numerical values...
authorJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 04:51:58 +0000 (20:51 -0800)
committerJohn Resig <jeresig@gmail.com>
Thu, 10 Dec 2009 04:51:58 +0000 (20:51 -0800)
commit4e9fed3b16ed9612ed373d14a89294e98054f4dd
treec53571147674a626b72e40b15f010e85925d2899
parent6bec6199c255b4fd3fa11b4682d97f2d0658ea4d
Made sure that css('width') and height returned string values, not numerical values. Fixes #5627.
src/css.js
test/unit/css.js