diff options
author | Andrew Couch <andy@couchand.com> | 2012-10-17 22:04:36 -0700 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-18 10:56:44 -0400 |
commit | 5bd5ef15f9f7d1820334abd52aa5ee4b25c992ba (patch) | |
tree | 5ae4e28e3ad02d273662be17f94ddf677245fe30 /ui | |
parent | c2802d7aa05e6dc7731806a35d9f0057405a22c7 (diff) | |
download | jquery-ui-5bd5ef15f9f7d1820334abd52aa5ee4b25c992ba.tar.gz jquery-ui-5bd5ef15f9f7d1820334abd52aa5ee4b25c992ba.zip |
Effect: fix typo in comment ft "optinos" => "options"
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.effect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.effect.js b/ui/jquery.ui.effect.js index d5d306783..65108e7ba 100644 --- a/ui/jquery.ui.effect.js +++ b/ui/jquery.ui.effect.js @@ -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; |