1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 16:45:46 +01:00

Localizify sanitizer descriptions.

This commit is contained in:
Kris Maglione
2011-03-07 19:18:09 -05:00
parent 274091eb79
commit cd4c0a7722
3 changed files with 20 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("overlay", {
exports: ["ModuleBase"],
require: ["config", "sanitizer", "services", "util"]
require: ["config", "services", "util"]
}, this);
/**