Skip to content

Commit

Permalink
[slideout] Fixes positioning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
berubs committed Jul 8, 2013
1 parent c065746 commit e151926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/workers/slideout.js
Expand Up @@ -116,9 +116,8 @@
opened = !opened;

if (_pe.ie <= 0 || _pe.ie > 8) { // IE 9 and other browsers
tabWidth = tab.width();
tabWidth = tab.outerWidth();
} else {
// tabWidth = tab.height();
tabWidth = 0;
}

Expand Down

0 comments on commit e151926

Please sign in to comment.