This commit is contained in:
parent
1533bf7c77
commit
d1931a8241
2 changed files with 23 additions and 9 deletions
|
@ -1225,6 +1225,12 @@ 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 );
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
//}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue