1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 23:25:47 +01:00

Normalise naming of module initializer functions.

This commit is contained in:
Doug Kearns
2012-10-11 01:08:36 +11:00
parent 50597cc80a
commit 53f3ea342c
22 changed files with 84 additions and 84 deletions

View File

@@ -1114,7 +1114,7 @@ var Completion = Module("completion", {
get options() this.modules.options
});
},
commands: function (dactyl, modules, window) {
commands: function initCommands(dactyl, modules, window) {
const { commands, completion } = modules;
commands.add(["contexts"],
"List the completion contexts used during completion of an Ex command",
@@ -1135,7 +1135,7 @@ var Completion = Module("completion", {
literal: 0
});
},
options: function (dactyl, modules, window) {
options: function initOptions(dactyl, modules, window) {
const { completion, options } = modules;
let wildmode = {
values: {