]> source.dussan.org Git - jquery-ui.git/commitdiff
Core: Fixed typo.
authorScott González <scott.gonzalez@gmail.com>
Mon, 27 Feb 2012 21:22:42 +0000 (16:22 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 27 Feb 2012 21:22:42 +0000 (16:22 -0500)
Thanks jsgoupil

ui/jquery.ui.core.js

index 5f0414ec8cc87b29a3f0d9bb2622bed384b96373..6345ef69cd2348f1e8b22b2a1b81000a2a2366f1 100644 (file)
@@ -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;