mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Effect: Fix typo
Closes gh-1778
This commit is contained in:
parent
cc37fe76aa
commit
4b9f32486c
@ -1359,7 +1359,7 @@ $.fn.extend( {
|
||||
var el = $( this ),
|
||||
normalizedMode = $.effects.mode( el, mode ) || defaultMode;
|
||||
|
||||
// Sentinel for duck-punching the :animated psuedo-selector
|
||||
// Sentinel for duck-punching the :animated pseudo-selector
|
||||
el.data( dataSpaceAnimated, true );
|
||||
|
||||
// Save effect mode for later use,
|
||||
|
Loading…
Reference in New Issue
Block a user