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