Core: Fixed typo.

Thanks jsgoupil
This commit is contained in:
Scott González 2012-02-27 16:22:42 -05:00
parent 9d6e94faf4
commit 70de33ae6d

View File

@ -214,7 +214,7 @@ $(function() {
div = body.appendChild( div = document.createElement( "div" ) ); div = body.appendChild( div = document.createElement( "div" ) );
// access offsetHeight before setting the style to prevent a layout bug // 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) // after it is removed from the DOM (#8026)
div.offsetHeight; div.offsetHeight;