Make sure that .width()/.height() don't return NaN also standardize on returning...
authorjeresig <jeresig@gmail.com>
Fri, 22 Oct 2010 06:39:06 +0000 (02:39 -0400)
committerjeresig <jeresig@gmail.com>
Fri, 22 Oct 2010 06:39:06 +0000 (02:39 -0400)
commit53396b879bd29c090824da182e3cf69158829f82
treea273c7b167f177b3ba63c0934a16ce80bf5628c7
parent7e02cee5ff8b5e9117366d7b43af7b5794f0f258
Make sure that .width()/.height() don't return NaN also standardize on returning  instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225.
src/css.js
src/dimensions.js
test/unit/css.js