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

Kill :dia import.

This commit is contained in:
Kris Maglione
2011-10-05 05:00:31 -04:00
parent 35bc2fb201
commit f7493160ca
8 changed files with 20 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("main", {
exports: ["ModuleBase"],
require: ["config", "help", "highlight", "io", "overlay", "services", "util"]
require: ["config", "overlay", "services", "util"]
}, this);
var BASE = "resource://dactyl-content/";