]> source.dussan.org Git - jquery.git/commit
Fix #3838, $(document).height() incorrect in IE6
authorMike Sherov <mike.sherov@gmail.com>
Sat, 25 Feb 2012 18:13:16 +0000 (13:13 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 2 Mar 2012 16:45:30 +0000 (11:45 -0500)
commit5cae50e66e34c277412c01ccb1c24bd6a85d2d8a
tree471a098956d7ac8af0e1bcf74221b344d722e57d
parentda02e190b5fa57d56a6561ac64209c36c64c4ecd
Fix #3838, $(document).height() incorrect in IE6

May still be broken in Netscape Navigator 4.
src/dimensions.js
test/data/dimensions/documentLarge.html [new file with mode: 0644]
test/data/dimensions/documentSmall.html [new file with mode: 0644]
test/unit/dimensions.js