Merge branch 'master' of github.com:jquery/jquery into jquery-master
This commit is contained in:
commit
c5c1f18adb
|
@ -1084,7 +1084,7 @@ test("jQuery.ajax() - JSONP, Local", function() {
|
||||||
expect(10);
|
expect(10);
|
||||||
|
|
||||||
var count = 0;
|
var count = 0;
|
||||||
function plus(){ if ( ++count == 9 ) start(); }
|
function plus(){ if ( ++count == 10 ) start(); }
|
||||||
|
|
||||||
stop();
|
stop();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue