Skip to content

Commit 4b9f324

Browse files
lukebscottgonzalez
authored andcommitted
Effect: Fix typo
Closes gh-1778
1 parent cc37fe7 commit 4b9f324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/effect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ $.fn.extend( {
13591359
var el = $( this ),
13601360
normalizedMode = $.effects.mode( el, mode ) || defaultMode;
13611361

1362-
// Sentinel for duck-punching the :animated psuedo-selector
1362+
// Sentinel for duck-punching the :animated pseudo-selector
13631363
el.data( dataSpaceAnimated, true );
13641364

13651365
// Save effect mode for later use,

0 commit comments

Comments
 (0)