diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-11 03:44:23 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-11 03:44:23 -0500 |
commit | d06250eeefe03cfe518a2587f2753eb99460c36f (patch) | |
tree | 8bfc25155dcbc646214c984c7bff3526197b041f /common/modules/contexts.jsm | |
parent | 03a775c37cb5c28656245764d5540f5c1b941015 (diff) | |
download | pentadactyl-d06250eeefe03cfe518a2587f2753eb99460c36f.tar.gz |
Add some rough docs for :group and the various -group flags.
--HG--
branch : groups
Diffstat (limited to 'common/modules/contexts.jsm')
-rw-r--r-- | common/modules/contexts.jsm | 2 |
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", { |