summaryrefslogtreecommitdiff
path: root/common/modules
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules')
-rw-r--r--common/modules/contexts.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/contexts.jsm b/common/modules/contexts.jsm
index 75f271e5..183bead1 100644
--- a/common/modules/contexts.jsm
+++ b/common/modules/contexts.jsm
@@ -9,7 +9,7 @@ try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("contexts", {
exports: ["Contexts", "Group", "contexts"],
- use: ["commands", "options", "services", "storage", "styles", "util"]
+ use: ["commands", "options", "services", "storage", "styles", "template", "util"]
}, this);
var Group = Class("Group", {