Skip to content

Commit 478a015

Browse files
committed
Typo fix: loose -> lose
1 parent ac04462 commit 478a015

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)