We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6e94f commit 70de33aCopy full SHA for 70de33a
ui/jquery.ui.core.js
@@ -214,7 +214,7 @@ $(function() {
214
div = body.appendChild( div = document.createElement( "div" ) );
215
216
// access offsetHeight before setting the style to prevent a layout bug
217
- // 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
218
// after it is removed from the DOM (#8026)
219
div.offsetHeight;
220
0 commit comments