mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Typo fix: loose -> lose
This commit is contained in:
parent
ac04462d22
commit
478a01582c
2
ui/jquery.effects.core.js
vendored
2
ui/jquery.effects.core.js
vendored
@ -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" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user