mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 07:55:48 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -10,8 +10,7 @@ let global = this;
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("config", {
|
||||
exports: ["ConfigBase", "Config", "config"],
|
||||
require: ["dom", "protocol", "services", "storage", "util", "template"],
|
||||
use: ["io", "messages", "prefs", "styles"]
|
||||
require: ["dom", "protocol", "services", "storage", "util", "template"]
|
||||
}, this);
|
||||
|
||||
function AboutHandler() {}
|
||||
|
||||
Reference in New Issue
Block a user