typo
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3454 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
b49b06ffb1
commit
451667b18c
@ -1682,9 +1682,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
}
|
||||
else if (!this.getTabFromEvent(aEvent)) {
|
||||
var tab = this.getTabFromTabbarEvent(aEvent);
|
||||
if (tab) {
|
||||
this.mTabBrowser.selectedTab = aTab;
|
||||
}
|
||||
if (tab) this.mTabBrowser.selectedTab = tab;
|
||||
}
|
||||
else {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user