mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 09:15:47 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -9,8 +9,7 @@ try {
|
||||
var global = this;
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("services", {
|
||||
exports: ["services"],
|
||||
use: ["util"]
|
||||
exports: ["services"]
|
||||
}, this);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user