1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 20:55:52 +01:00

Remove accidentally committed debugging code. "Fix" a bug. Probably: Fixes issue #226.

This commit is contained in:
Kris Maglione
2011-01-02 17:08:13 -05:00
parent fbd7556a76
commit c26d3f3218
3 changed files with 7 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ var ConfigBase = Class("ConfigBase", {
* Called on dactyl startup to allow for any arbitrary application-specific
* initialization code. Must call superclass's init function.
*/
init: function () {
init: function init() {
highlight.styleableChrome = this.styleableChrome;
highlight.loadCSS(this.CSS);
@@ -41,7 +41,7 @@ var ConfigBase = Class("ConfigBase", {
get addonID() this.name + "@dactyl.googlecode.com",
styleHelp: function () {
styleHelp: function styleHelp() {
if (!this.helpStyled)
for (let k in keys(highlight.loaded))
if (/^(Help|StatusLine)|^(Boolean|Indicator|MoreMsg|Number|Logo|Key(word)?|String)$/.test(k))