mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 06:24:12 +01:00
Merge addon-common module loading code to fix Minefield.
--HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
This commit is contained in:
@@ -8,11 +8,14 @@
|
||||
|
||||
try {
|
||||
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("commands", {
|
||||
exports: ["ArgType", "Command", "Commands", "CommandOption", "Ex", "commands"],
|
||||
require: ["contexts", "messages", "util"]
|
||||
}, this);
|
||||
});
|
||||
|
||||
lazyRequire("help", ["help"]);
|
||||
lazyRequire("options", ["Option"]);
|
||||
lazyRequire("template", ["template"]);
|
||||
|
||||
/**
|
||||
* A structure representing the options available for a command.
|
||||
|
||||
Reference in New Issue
Block a user