Skip to content

Commit

Permalink
Core: Fixed typo.
Browse files Browse the repository at this point in the history
Thanks jsgoupil
  • Loading branch information
scottgonzalez committed Feb 27, 2012
1 parent 9d6e94f commit 70de33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 70de33a

Please sign in to comment.