aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-02-29 22:09:26 -0500
committerScott González <scott.gonzalez@gmail.com>2012-02-29 22:09:26 -0500
commitb4d9eee966f1dec06f0772e38bba9e5c864374f9 (patch)
tree6560f7f0b2cb9e688e46727f8ad27aac6eeccb79 /ui/jquery.ui.core.js
parent8c10c1e41b07ebadf8b3cf67fac88d27ee6c9fdb (diff)
parent63215a68757c4fa78079a48488d9a91f0ec8cf50 (diff)
downloadjquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.tar.gz
jquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.core.js')
-rw-r--r--ui/jquery.ui.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js
index 5f0414ec8..6345ef69c 100644
--- a/ui/jquery.ui.core.js
+++ b/ui/jquery.ui.core.js
@@ -214,7 +214,7 @@ $(function() {
div = body.appendChild( div = document.createElement( "div" ) );
// access offsetHeight before setting the style to prevent a layout bug
- // in IE 9 which causes the elemnt to continue to take up space even
+ // in IE 9 which causes the element to continue to take up space even
// after it is removed from the DOM (#8026)
div.offsetHeight;