LastTabとの競合を解消
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3127 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
8de03cf326
commit
a48285eeed
@ -700,4 +700,11 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
|
||||
);
|
||||
}
|
||||
|
||||
// LastTab
|
||||
if ('LastTab' in window) {
|
||||
TreeStyleTabService.registerTabFocusAllowance(function(aTabBrowser) {
|
||||
return !aTabBrowser.treeStyleTab.getPref('extensions.lasttab.focusLastTabOnClose');
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user