mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 03:07:58 +01:00
Normalise naming of module initializer functions.
This commit is contained in:
@@ -879,7 +879,7 @@ var JavaScript = Module("javascript", {
|
||||
bind(["<C-b>", "<PageUp>"], "Scroll up half a page",
|
||||
function ({ self }) { self.repl.scrollVertical("pages", -1); });
|
||||
},
|
||||
options: function (dactyl, modules, window) {
|
||||
options: function initOptions(dactyl, modules, window) {
|
||||
modules.options.add(["jsdebugger", "jsd"],
|
||||
"Enable the JavaScript debugger service for use in JavaScript completion",
|
||||
"boolean", false, {
|
||||
|
||||
Reference in New Issue
Block a user