]> source.dussan.org Git - jquery.git/commit
Make sure body is defined before attempting to use its properties. This check prevent... 451/head
authorscottjehl <scott@scottjehl.com>
Tue, 2 Aug 2011 22:38:35 +0000 (18:38 -0400)
committerscottjehl <scott@scottjehl.com>
Tue, 2 Aug 2011 22:38:35 +0000 (18:38 -0400)
commitc8cc1b35e400ef125597dfa7d84ee63553f6501d
treee45ad9d2f5abc3c961993f471894e4d7e0fe435e
parent27291ff06ddb655f90a8d1eada71f7ac61499b12
Make sure body is defined before attempting to use its properties. This check prevents an error from occurring when the width() or height() methods are called before the body is defined in browsers that return false on the first condition and proceed on to the second. For example, simply calling $( window ).width() from a script in the HEAD will throw an error in Nokia webkit browsers without this check in place.
src/dimensions.js