Skip to content

Commit 5bd5ef1

Browse files
couchandscottgonzalez
authored andcommitted
Effect: fix typo in comment ft "optinos" => "options"
1 parent c2802d7 commit 5bd5ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.effect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ $.extend( $.effects, {
10451045
// return an effect options object for the given parameters:
10461046
function _normalizeArguments( effect, options, speed, callback ) {
10471047

1048-
// allow passing all optinos as the first parameter
1048+
// allow passing all options as the first parameter
10491049
if ( $.isPlainObject( effect ) ) {
10501050
options = effect;
10511051
effect = effect.effect;

0 commit comments

Comments
 (0)