diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-17 05:52:24 -0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-17 05:52:24 -0800 |
commit | 4f95be1bb4349e7862115c409e23bbcb0db52aaa (patch) | |
tree | 31095512f5c5f3e653c94b9ebddc3f5db8c7504c /ui/jquery.effects.core.js | |
parent | b81259652b15190f061b1eecbb0f39f9938a32f4 (diff) | |
parent | 478a01582cad26b9868e0048722f0766d981726d (diff) | |
download | jquery-ui-4f95be1bb4349e7862115c409e23bbcb0db52aaa.tar.gz jquery-ui-4f95be1bb4349e7862115c409e23bbcb0db52aaa.zip |
Merge pull request #429 from ckdake/master
Just a small typo fix
Diffstat (limited to 'ui/jquery.effects.core.js')
-rw-r--r-- | ui/jquery.effects.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index a47880e7f..233b4f96d 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -425,7 +425,7 @@ $.extend( $.effects, { $( active ).focus(); } - wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually loose the reference to the wrapped element + wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually lose the reference to the wrapped element // transfer positioning properties to the wrapper if ( element.css( "position" ) === "static" ) { |