aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Kelly <ckdake@ckdake.com>2011-08-10 16:01:44 -0400
committerChris Kelly <ckdake@ckdake.com>2011-08-10 16:01:44 -0400
commit478a01582cad26b9868e0048722f0766d981726d (patch)
tree893f390897333f01514bdc8507c289c27e177e84 /ui
parentac04462d22d30f4b1a5e0dd34d57fbcc0450b48d (diff)
downloadjquery-ui-478a01582cad26b9868e0048722f0766d981726d.tar.gz
jquery-ui-478a01582cad26b9868e0048722f0766d981726d.zip
Typo fix: loose -> lose
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.effects.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js
index 15d81b4b0..daef9cb30 100644
--- a/ui/jquery.effects.core.js
+++ b/ui/jquery.effects.core.js
@@ -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" ) {