Syntax in testrunner
This commit is contained in:
parent
57f56be04f
commit
b8a9c2ba34
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
|
|||
|
||||
// jQuery-specific QUnit.reset
|
||||
(function() {
|
||||
var reset = QUnit.reset;
|
||||
var ajaxSettings = jQuery.ajaxSettings
|
||||
var reset = QUnit.reset,
|
||||
ajaxSettings = jQuery.ajaxSettings;
|
||||
|
||||
QUnit.reset = function() {
|
||||
reset.apply(this, arguments);
|
||||
jQuery.event.global = {};
|
||||
|
|
Loading…
Reference in a new issue