Merge pull request #429 from ckdake/master

Just a small typo fix
This commit is contained in:
Scott González 2011-11-17 05:52:24 -08:00
commit 4f95be1bb4

View File

@ -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" ) {