From: scottjehl Date: Wed, 19 Jan 2011 17:40:32 +0000 (-0500) Subject: Revised the Nokia support fallback. It turns out that Nokia supports the documentElem... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=2b64b1db6877f52ea2958c6aafb0e4644fbcfe13;hp=2b64b1db6877f52ea2958c6aafb0e4644fbcfe13;p=jquery.git Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. ---