From: Andrew Couch Date: Thu, 18 Oct 2012 05:04:36 +0000 (-0700) Subject: Effect: fix typo in comment ft "optinos" => "options" X-Git-Tag: 1.9.1~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5bd5ef15f9f7d1820334abd52aa5ee4b25c992ba;p=jquery-ui.git Effect: fix typo in comment ft "optinos" => "options" --- 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;