This commit is contained in:
Piro / YUKI Hiroshi 2012-11-19 23:27:43 +09:00
parent 04eff24408
commit a1001d510f

View File

@ -2048,7 +2048,7 @@ TreeStyleTabBrowser.prototype = {
if (aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave) { if (aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave) {
this.document.removeEventListener('mouseover', aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave, true); this.document.removeEventListener('mouseover', aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave, true);
this.document.removeEventListener('mouseover', aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave, true); this.document.removeEventListener('mouseout', aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave, true);
delete aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave; delete aTab.__treestyletab__checkTabsIndentOverflowOnMouseLeave;
} }