diff options
author | jaubourg <j@ubourg.net> | 2012-06-11 13:59:34 +0200 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-06-11 14:00:16 +0200 |
commit | ac48a19b92e60f08e5b00a46b5551a503c292fd5 (patch) | |
tree | 623962004549610b85a82740baf056633427e9a1 /test/data | |
parent | 5f35b3d9f90d07ee084d59702a54051ee51fb0d3 (diff) | |
download | jquery-ac48a19b92e60f08e5b00a46b5551a503c292fd5.tar.gz jquery-ac48a19b92e60f08e5b00a46b5551a503c292fd5.zip |
Some work to modularize ajax later on.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testinit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 23bdb9163..2bf353788 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -132,7 +132,7 @@ function url( value ) { var oldCacheLength = 0, oldFragmentsLength = 0, oldTimersLength = 0, - oldActive = 0; + oldActive = jQuery.active; /** * Ensures that tests have cleaned up properly after themselves. Should be passed as the |