aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2012-11-27 02:39:08 +0100
committerjaubourg <j@ubourg.net>2012-11-27 02:39:08 +0100
commitb9dfcfd7362825ccda0ca4ea96d385b0c6ae522d (patch)
tree4edcfc4f60fb5d6ee3373573e485c23fbd7132d2 /test/data
parente679f6c2db76bea42ab84a2c6c16b1e9f5cffd19 (diff)
downloadjquery-b9dfcfd7362825ccda0ca4ea96d385b0c6ae522d.tar.gz
jquery-b9dfcfd7362825ccda0ca4ea96d385b0c6ae522d.zip
sandboxes start for real this time (fixes test failures in IE)
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testinit.js8
-rw-r--r--test/data/testrunner.js8
2 files changed, 8 insertions, 8 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js
index 0a7448f26..a866d3227 100644
--- a/test/data/testinit.js
+++ b/test/data/testinit.js
@@ -252,11 +252,3 @@ function ajaxTest( title, expect, options ) {
window.iframeCallback = undefined;
}());
-
-// Sandbox start for great justice
-(function() {
- var oldStart = window.start;
- window.start = function() {
- oldStart();
- };
-})();
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index 6041e4bd4..b17bf265f 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -159,6 +159,14 @@ var Globals = (function() {
};
})();
+// Sandbox start for great justice
+(function() {
+ var oldStart = window.start;
+ window.start = function() {
+ oldStart();
+ };
+})();
+
/**
* QUnit hooks
*/