mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 13:15:45 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -17,7 +17,6 @@ try {
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("sanitizer", {
|
||||
exports: ["Range", "Sanitizer", "sanitizer"],
|
||||
use: ["config"],
|
||||
require: ["messages", "prefs", "services", "storage", "template", "util"]
|
||||
}, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user