diff options
author | jaubourg <j@ubourg.net> | 2011-02-12 00:13:38 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-02-12 00:14:11 +0100 |
commit | ea3e10a49207f76957b5bd87095634882d5d374b (patch) | |
tree | 590fb2b9f3488eeadf219c701693c2cee167c51c /src/ajax.js | |
parent | 481d940e79f9d01e49218bf76575849158214e28 (diff) | |
download | jquery-ea3e10a49207f76957b5bd87095634882d5d374b.tar.gz jquery-ea3e10a49207f76957b5bd87095634882d5d374b.zip |
Minor changes to enforce JQuery Core Style Guidelines.
Diffstat (limited to 'src/ajax.js')
-rw-r--r-- | src/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax.js b/src/ajax.js index b35952f0b..790585dd0 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 ) { |