aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/boxModelIE.html
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2011-11-17 14:48:27 -0500
committertimmywil <timmywillisn@gmail.com>2011-11-17 14:48:27 -0500
commit3d6237ef8aff8a31ace3e956e2700aa11e3da752 (patch)
tree4110599b2bd586425cdb0d1c1592d5cbce7f0daa /test/data/support/boxModelIE.html
parent0de484d48338eda67c4e70e41654eb6593705dfc (diff)
downloadjquery-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.html2
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>