mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:12: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", {
|
||||
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?
|
||||
|
||||
Reference in New Issue
Block a user