起動時にエラーになる可能性があった

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6584 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-07 14:53:37 +00:00
parent 84469838c7
commit b0b943a357

View File

@ -461,7 +461,7 @@ TreeStyleTabBrowser.prototype = {
)
);
if (b.tabContainer.tabbrowser == b) { // Firefox 3.7-
if (b.tabContainer.tabbrowser == b && '_handleKeyEvent' in b) { // Firefox 3.7-
eval('b._handleKeyEvent = '+
b._handleKeyEvent.toSource().replace(
'this.moveTabOver(aEvent);',