From 5bd5ef15f9f7d1820334abd52aa5ee4b25c992ba Mon Sep 17 00:00:00 2001 From: Andrew Couch Date: Wed, 17 Oct 2012 22:04:36 -0700 Subject: [PATCH] Effect: fix typo in comment ft "optinos" => "options" --- ui/jquery.ui.effect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;