Firefox 2用のコードが残っていた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4804 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-24 08:42:18 +00:00
parent f61938187a
commit 6837a5a50a

View File

@ -213,10 +213,7 @@ TreeStyleTabBrowser.prototype = {
).singleNodeValue;
}
if (nextTab && nextTab != aSelf.selectedItem) {
if ('_selectNewTab' in aSelf)
aSelf._selectNewTab(nextTab, aDir, aWrap); // Fx 3
else
aSelf.selectNewTab(nextTab, aDir, aWrap); // Fx 2
aSelf._selectNewTab(nextTab, aDir, aWrap);
}
})(arguments[0], arguments[1], this);
return;