From: jeresig Date: Fri, 22 Oct 2010 06:39:06 +0000 (-0400) Subject: Make sure that .width()/.height() don't return NaN also standardize on returning... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=53396b879bd29c090824da182e3cf69158829f82;hp=53396b879bd29c090824da182e3cf69158829f82;p=jquery.git 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. ---