From: Scott González Date: Mon, 27 Feb 2012 21:22:42 +0000 (-0500) Subject: Core: Fixed typo. X-Git-Tag: 1.9m7~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=70de33ae6d32416b0167c34c1a9951acfaaaf992;p=jquery-ui.git Core: Fixed typo. Thanks jsgoupil --- 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;