Minor changes to enforce JQuery Core Style Guidelines.
This commit is contained in:
parent
481d940e79
commit
ea3e10a492
2 changed files with 12 additions and 10 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue