Effect: fix typo in comment ft "optinos" => "options"

This commit is contained in:
Andrew Couch 2012-10-17 22:04:36 -07:00 committed by Scott González
parent c2802d7aa0
commit 5bd5ef15f9

View 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;