Skip to content

Commit

Permalink
Merge remote branch 'kborchers/bug_3623'
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 18, 2011
2 parents d1f86cb + 29b36bb commit 1c19308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/jquery.ui.dialog.js
Expand Up @@ -780,8 +780,8 @@ $.extend( $.ui.dialog.overlay, {
width: function() {
var scrollWidth,
offsetWidth;
// handle IE 6
if ( $.browser.msie && $.browser.version < 7 ) {
// handle IE
if ( $.browser.msie ) {
scrollWidth = Math.max(
document.documentElement.scrollWidth,
document.body.scrollWidth
Expand Down

0 comments on commit 1c19308

Please sign in to comment.