mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Effect: fix typo in comment ft "optinos" => "options"
This commit is contained in:
parent
c2802d7aa0
commit
5bd5ef15f9
2
ui/jquery.ui.effect.js
vendored
2
ui/jquery.ui.effect.js
vendored
@ -1045,7 +1045,7 @@ $.extend( $.effects, {
|
||||
// return an effect options object for the given parameters:
|
||||
function _normalizeArguments( effect, options, speed, callback ) {
|
||||
|
||||
// allow passing all optinos as the first parameter
|
||||
// allow passing all options as the first parameter
|
||||
if ( $.isPlainObject( effect ) ) {
|
||||
options = effect;
|
||||
effect = effect.effect;
|
||||
|
Loading…
Reference in New Issue
Block a user