]> source.dussan.org Git - jquery.git/commitdiff
Syntax in testrunner
authortimmywil <tim.willison@thisismedium.com>
Thu, 28 Apr 2011 20:31:51 +0000 (16:31 -0400)
committertimmywil <tim.willison@thisismedium.com>
Thu, 28 Apr 2011 20:31:51 +0000 (16:31 -0400)
test/data/testrunner.js

index 7cd55e6f276ade76c58017c2484ca44b23370447..1da67651e7bf9fd2317e1c670af44bb316a479f4 100644 (file)
@@ -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 = {};