1
0
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:
Kris Maglione
2011-01-04 11:23:48 -05:00
parent e533bdbc3d
commit e7ae04749c
3 changed files with 16 additions and 13 deletions

View File

@@ -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.