diff options
author | timmywil <timmywillisn@gmail.com> | 2011-11-17 14:48:27 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-11-17 14:48:27 -0500 |
commit | 3d6237ef8aff8a31ace3e956e2700aa11e3da752 (patch) | |
tree | 4110599b2bd586425cdb0d1c1592d5cbce7f0daa /test/data/support/boxModelIE.html | |
parent | 0de484d48338eda67c4e70e41654eb6593705dfc (diff) | |
download | jquery-3d6237ef8aff8a31ace3e956e2700aa11e3da752.tar.gz jquery-3d6237ef8aff8a31ace3e956e2700aa11e3da752.zip |
Remove the invisible body in support; Add temporary tests to verify correct support completions for upcoming support changes.
Diffstat (limited to 'test/data/support/boxModelIE.html')
-rw-r--r-- | test/data/support/boxModelIE.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/support/boxModelIE.html b/test/data/support/boxModelIE.html index 59bd37b46..8a96dd873 100644 --- a/test/data/support/boxModelIE.html +++ b/test/data/support/boxModelIE.html @@ -22,7 +22,7 @@ <script src="../../../src/offset.js"></script> <script src="../../../src/dimensions.js"></script> <script> - window.parent.supportCallback( document.compatMode, jQuery.support.boxModel ); + jQuery(function() { window.parent.supportCallback( document.compatMode, jQuery.support.boxModel ) }); </script> </body> </html> |