1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 05:35:44 +01:00

Add some rough docs for :group and the various -group flags.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-11 03:44:23 -05:00
parent 03a775c37c
commit d06250eeef
7 changed files with 158 additions and 11 deletions

View File

@@ -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", {