mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurences
This commit is contained in:
parent
1656cd2f34
commit
8b14e49994
@ -18,6 +18,5 @@
|
||||
"disallowMultipleLineBreaks": true,
|
||||
"disallowKeywordsOnNewLine": [ "else" ],
|
||||
"requireLineFeedAtFileEnd": true,
|
||||
|
||||
"excludeFiles": [ "src/intro.js", "src/outro.js" ]
|
||||
"disallowSpaceAfterObjectKeys": true
|
||||
}
|
||||
|
2
ui/jquery.ui.position.js
vendored
2
ui/jquery.ui.position.js
vendored
@ -246,7 +246,7 @@ $.fn.position = function( options ) {
|
||||
my: options.my,
|
||||
at: options.at,
|
||||
within: within,
|
||||
elem : elem
|
||||
elem: elem
|
||||
});
|
||||
}
|
||||
});
|
||||
|
2
ui/jquery.ui.tabs.js
vendored
2
ui/jquery.ui.tabs.js
vendored
@ -844,7 +844,7 @@ $.widget( "ui.tabs", {
|
||||
url: anchor.attr( "href" ),
|
||||
beforeSend: function( jqXHR, settings ) {
|
||||
return that._trigger( "beforeLoad", event,
|
||||
$.extend( { jqXHR : jqXHR, ajaxSettings: settings }, eventData ) );
|
||||
$.extend( { jqXHR: jqXHR, ajaxSettings: settings }, eventData ) );
|
||||
}
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user