mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:47:58 +01:00
Preparation for a future commit and fix ;F in the MOW.
This commit is contained in:
@@ -127,8 +127,7 @@ const ConfigBase = Class(ModuleBase, {
|
||||
*/
|
||||
scripts: [],
|
||||
|
||||
get tabStrip()
|
||||
Class.replaceProperty(this, "tabStrip", document.getElementById("TabsToolbar") || this.tabbrowser.mTabContainer),
|
||||
tabStrip: Class.memoize(function () document.getElementById("TabsToolbar") || this.tabbrowser.mTabContainer),
|
||||
|
||||
/**
|
||||
* @property {string} The leaf name of any temp files created by
|
||||
|
||||
Reference in New Issue
Block a user