mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
sandboxes start for real this time (fixes test failures in IE)
This commit is contained in:
parent
e679f6c2db
commit
b9dfcfd736
@ -252,11 +252,3 @@ function ajaxTest( title, expect, options ) {
|
|||||||
|
|
||||||
window.iframeCallback = undefined;
|
window.iframeCallback = undefined;
|
||||||
}());
|
}());
|
||||||
|
|
||||||
// Sandbox start for great justice
|
|
||||||
(function() {
|
|
||||||
var oldStart = window.start;
|
|
||||||
window.start = function() {
|
|
||||||
oldStart();
|
|
||||||
};
|
|
||||||
})();
|
|
||||||
|
@ -159,6 +159,14 @@ var Globals = (function() {
|
|||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
// Sandbox start for great justice
|
||||||
|
(function() {
|
||||||
|
var oldStart = window.start;
|
||||||
|
window.start = function() {
|
||||||
|
oldStart();
|
||||||
|
};
|
||||||
|
})();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* QUnit hooks
|
* QUnit hooks
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user