1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-11 06:34:13 +01:00

Fix CPD dialog overlay.

This commit is contained in:
Kris Maglione
2011-03-07 23:58:35 -05:00
parent 8f51582eb0
commit 3ff5f8dcbd

View File

@@ -17,6 +17,7 @@ try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("sanitizer", {
exports: ["Range", "Sanitizer", "sanitizer"],
use: ["config"],
require: ["messages", "prefs", "services", "storage", "template", "util"],
}, this);