]> source.dussan.org Git - jquery-ui.git/commitdiff
Effect: fix typo in comment ft "optinos" => "options"
authorAndrew Couch <andy@couchand.com>
Thu, 18 Oct 2012 05:04:36 +0000 (22:04 -0700)
committerScott González <scott.gonzalez@gmail.com>
Thu, 18 Oct 2012 14:56:44 +0000 (10:56 -0400)
ui/jquery.ui.effect.js

index d5d3067838b541da5a7c13c2171d3e97df84f11e..65108e7ba4e6493e82e9e2b363545899e35884f6 100644 (file)
@@ -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;