mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 15:55:47 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -11,8 +11,7 @@ try {
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("commands", {
|
||||
exports: ["ArgType", "Command", "Commands", "CommandOption", "Ex", "commands"],
|
||||
require: ["contexts", "messages", "util"],
|
||||
use: ["config", "help", "options", "services", "template"]
|
||||
require: ["contexts", "messages", "util"]
|
||||
}, this);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user