mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Core: Fixed typo.
Thanks jsgoupil
This commit is contained in:
parent
9d6e94faf4
commit
70de33ae6d
2
ui/jquery.ui.core.js
vendored
2
ui/jquery.ui.core.js
vendored
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user