Firefox 2用のコードが残っていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4804 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
f61938187a
commit
6837a5a50a
@ -213,10 +213,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
).singleNodeValue;
|
).singleNodeValue;
|
||||||
}
|
}
|
||||||
if (nextTab && nextTab != aSelf.selectedItem) {
|
if (nextTab && nextTab != aSelf.selectedItem) {
|
||||||
if ('_selectNewTab' in aSelf)
|
aSelf._selectNewTab(nextTab, aDir, aWrap);
|
||||||
aSelf._selectNewTab(nextTab, aDir, aWrap); // Fx 3
|
|
||||||
else
|
|
||||||
aSelf.selectNewTab(nextTab, aDir, aWrap); // Fx 2
|
|
||||||
}
|
}
|
||||||
})(arguments[0], arguments[1], this);
|
})(arguments[0], arguments[1], this);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user