diff options
author | Luke Brookhart <luke@onjax.com> | 2016-12-15 11:27:39 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-12-16 19:55:44 -0500 |
commit | 4b9f32486c644cd4c9c5c6779333e0c47801b1d3 (patch) | |
tree | 52be23ecccd201256875cd382ec6b838f5786a8c /ui/effect.js | |
parent | cc37fe76aac4a09c37de83178e2c818c4400dff6 (diff) | |
download | jquery-ui-4b9f32486c644cd4c9c5c6779333e0c47801b1d3.tar.gz jquery-ui-4b9f32486c644cd4c9c5c6779333e0c47801b1d3.zip |
Effect: Fix typo
Closes gh-1778
Diffstat (limited to 'ui/effect.js')
-rw-r--r-- | ui/effect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effect.js b/ui/effect.js index 5b59817d5..31e6024a1 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -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, |