Minor changes to enforce JQuery Core Style Guidelines.

This commit is contained in:
jaubourg 2011-02-12 00:13:38 +01:00
parent 481d940e79
commit ea3e10a492
2 changed files with 12 additions and 10 deletions

View file

@ -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 ) {