Skip to content

Commit

Permalink
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Oct 13, 2010
1 parent 2ef8da0 commit ec462a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ajax.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ test("jQuery.ajax - Etag support", function() {
}); });


test("jQuery.ajax - active counter", 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 );
}); });




Expand Down

0 comments on commit ec462a3

Please sign in to comment.