LastTabとの競合を解消

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3127 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-10-15 03:27:47 +00:00
parent 8de03cf326
commit a48285eeed

View File

@ -700,4 +700,11 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
);
}
// LastTab
if ('LastTab' in window) {
TreeStyleTabService.registerTabFocusAllowance(function(aTabBrowser) {
return !aTabBrowser.treeStyleTab.getPref('extensions.lasttab.focusLastTabOnClose');
});
}
};