mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 11:35:47 +01:00
Fix CPD dialog overlay.
This commit is contained in:
@@ -17,6 +17,7 @@ try {
|
|||||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||||
defineModule("sanitizer", {
|
defineModule("sanitizer", {
|
||||||
exports: ["Range", "Sanitizer", "sanitizer"],
|
exports: ["Range", "Sanitizer", "sanitizer"],
|
||||||
|
use: ["config"],
|
||||||
require: ["messages", "prefs", "services", "storage", "template", "util"],
|
require: ["messages", "prefs", "services", "storage", "template", "util"],
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user