Skip to content

Commit

Permalink
Merge pull request #429 from ckdake/master
Browse files Browse the repository at this point in the history
Just a small typo fix
  • Loading branch information
scottgonzalez committed Nov 17, 2011
2 parents b812596 + 478a015 commit 4f95be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.effects.core.js
Expand Up @@ -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" ) {
Expand Down

0 comments on commit 4f95be1

Please sign in to comment.