diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 16:22:42 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 16:22:42 -0500 |
commit | 70de33ae6d32416b0167c34c1a9951acfaaaf992 (patch) | |
tree | 7921602927474eb2f503e04d319ed92035d3a09d /ui/jquery.ui.core.js | |
parent | 9d6e94faf4030fd287120098d7395463d8acb698 (diff) | |
download | jquery-ui-70de33ae6d32416b0167c34c1a9951acfaaaf992.tar.gz jquery-ui-70de33ae6d32416b0167c34c1a9951acfaaaf992.zip |
Core: Fixed typo.
Thanks jsgoupil
Diffstat (limited to 'ui/jquery.ui.core.js')
-rw-r--r-- | ui/jquery.ui.core.js | 2 |
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; |