mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 17:45:46 +01:00
Fix :echo undefined
This commit is contained in:
@@ -663,14 +663,16 @@ function Tabs() //{{{
|
||||
return store.options;
|
||||
},
|
||||
|
||||
get localStore()
|
||||
getLocalStore: function (tab)
|
||||
{
|
||||
let tab = this.getTab();
|
||||
let tab = this.getTab(tab);
|
||||
if (!tab.liberatorStore)
|
||||
tab.liberatorStore = {};
|
||||
return tab.liberatorStore;
|
||||
},
|
||||
|
||||
get localStore() this.getLocalStore(),
|
||||
|
||||
get tabStrip()
|
||||
{
|
||||
if (config.hostApplication == "Firefox")
|
||||
|
||||
Reference in New Issue
Block a user