mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 00:02:27 +01:00
Import styles into io.jsm.
--HG-- extra : rebase_source : 223f8ca11ef6d79c9cba2c43d937da646891c9a9
This commit is contained in:
@@ -13,7 +13,7 @@ Components.utils.import("resource://dactyl/base.jsm");
|
|||||||
defineModule("io", {
|
defineModule("io", {
|
||||||
exports: ["IO", "io"],
|
exports: ["IO", "io"],
|
||||||
require: ["services"],
|
require: ["services"],
|
||||||
use: ["config", "storage", "template", "util"]
|
use: ["config", "storage", "styles", "template", "util"]
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: why are we passing around strings rather than file objects?
|
// TODO: why are we passing around strings rather than file objects?
|
||||||
|
|||||||
Reference in New Issue
Block a user