diff options
author | Colin Snover <github.com@zetafleet.com> | 2011-01-09 18:41:15 -0600 |
---|---|---|
committer | Colin Snover <github.com@zetafleet.com> | 2011-01-09 18:41:15 -0600 |
commit | c5c1f18adb4dfae5366eafada12ed02fe1b7064d (patch) | |
tree | 983d2c669d2c233213c5ef645e072635af5195dd /test | |
parent | b14f02899e74c429effadd88527ffde17650149a (diff) | |
parent | 84319aa4a32c1221110419cbe9e427dc9e184555 (diff) | |
download | jquery-c5c1f18adb4dfae5366eafada12ed02fe1b7064d.tar.gz jquery-c5c1f18adb4dfae5366eafada12ed02fe1b7064d.zip |
Merge branch 'master' of github.com:jquery/jquery into jquery-master
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 773088fc9..9f46c4134 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -1084,7 +1084,7 @@ test("jQuery.ajax() - JSONP, Local", function() { expect(10); var count = 0; - function plus(){ if ( ++count == 9 ) start(); } + function plus(){ if ( ++count == 10 ) start(); } stop(); |