1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:52:27 +01:00

Import styles into io.jsm.

--HG--
extra : rebase_source : 223f8ca11ef6d79c9cba2c43d937da646891c9a9
This commit is contained in:
Kris Maglione
2011-01-04 10:28:40 -05:00
parent bb8192d7ea
commit 78bdfd6d9d

View File

@@ -13,7 +13,7 @@ Components.utils.import("resource://dactyl/base.jsm");
defineModule("io", {
exports: ["IO", "io"],
require: ["services"],
use: ["config", "storage", "template", "util"]
use: ["config", "storage", "styles", "template", "util"]
});
// TODO: why are we passing around strings rather than file objects?