mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-11 07:25:46 +01:00
Get the statusline color right after a :rehash.
This commit is contained in:
@@ -118,8 +118,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
this.helpCSS = true;
|
||||
},
|
||||
|
||||
Local: function Local(dactyl, modules, window)
|
||||
let ({modes} = modules) ({
|
||||
Local: function Local(dactyl, modules, window) ({
|
||||
init: function init() {
|
||||
|
||||
let append = <e4x xmlns={XUL} xmlns:dactyl={NS}>
|
||||
@@ -142,7 +141,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
browser: Class.memoize(function () window.gBrowser),
|
||||
tabbrowser: Class.memoize(function () window.gBrowser),
|
||||
|
||||
get browserModes() [modes.NORMAL],
|
||||
get browserModes() [modules.modes.NORMAL],
|
||||
|
||||
/**
|
||||
* @property {string} The ID of the application's main XUL window.
|
||||
|
||||
Reference in New Issue
Block a user