]> source.dussan.org Git - jquery.git/commitdiff
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
authorjeresig <jeresig@gmail.com>
Wed, 13 Oct 2010 04:07:52 +0000 (00:07 -0400)
committerjeresig <jeresig@gmail.com>
Wed, 13 Oct 2010 04:07:52 +0000 (00:07 -0400)
test/unit/ajax.js

index 2ded1277644e2ec9dd8728a55e4b1c186b2a3539..5704d73e0deddbb912e51d8988fe9b01b0462455 100644 (file)
@@ -1318,7 +1318,7 @@ test("jQuery.ajax - Etag support", function() {
 });
 
 test("jQuery.ajax - active counter", function() {
-    ok( jQuery.ajax.active == 0, "ajax active counter should be zero: " + jQuery.ajax.active );
+    ok( jQuery.active == 0, "ajax active counter should be zero: " + jQuery.active );
 });