mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 00:58:16 -05:00
Merge branch 'master' of github.com:jquery/jquery into jquery-master
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user