Fix typo
This commit is contained in:
parent
04eff24408
commit
a1001d510f
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user