Skip to content

Commit 4f95be1

Browse files
committed
Merge pull request jquery#429 from ckdake/master
Just a small typo fix
2 parents b812596 + 478a015 commit 4f95be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ $.extend( $.effects, {
425425
$( active ).focus();
426426
}
427427

428-
wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually loose the reference to the wrapped element
428+
wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually lose the reference to the wrapped element
429429

430430
// transfer positioning properties to the wrapper
431431
if ( element.css( "position" ) === "static" ) {

0 commit comments

Comments
 (0)