mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
This commit is contained in:
@@ -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 );
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user