git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef8da0
)
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
author
jeresig
<jeresig@gmail.com>
Wed, 13 Oct 2010 04:07:52 +0000
(
00:07
-0400)
committer
jeresig
<jeresig@gmail.com>
Wed, 13 Oct 2010 04:07:52 +0000
(
00:07
-0400)
test/unit/ajax.js
patch
|
blob
|
history
diff --git
a/test/unit/ajax.js
b/test/unit/ajax.js
index
2ded127
..
5704d73
100644
(file)
--- a/
test/unit/ajax.js
+++ b/
test/unit/ajax.js
@@
-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 );
});