mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 02:15:46 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("help", {
|
||||
exports: ["help"],
|
||||
require: ["dom", "protocol", "services", "util"],
|
||||
use: ["config", "highlight", "messages", "template"]
|
||||
require: ["dom", "protocol", "services", "util"]
|
||||
}, this);
|
||||
|
||||
var Help = Module("Help", {
|
||||
|
||||
Reference in New Issue
Block a user