X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fajax.js;h=790585dd0bf40b28f149bce046eaa1ee8152653c;hb=ea3e10a49207f76957b5bd87095634882d5d374b;hp=b35952f0b5fa06d3532d59bfe302b9701af9bbb7;hpb=481d940e79f9d01e49218bf76575849158214e28;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index b35952f..790585d 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -451,7 +451,7 @@ jQuery.extend({ // Callback for when everything is done // It is defined here because jslint complains if it is declared // at the end of the function (which would be more logical and readable) - function done( status, statusText, responses, headers) { + function done( status, statusText, responses, headers ) { // Called once if ( state === 2 ) {