X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fajax.js;h=790585dd0bf40b28f149bce046eaa1ee8152653c;hb=ea3e10a49207f76957b5bd87095634882d5d374b;hp=b35952f0b5fa06d3532d59bfe302b9701af9bbb7;hpb=f2e0ae1a3932d6089853e8c0eed6ecb446610c00;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 ) {