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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user