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

Fix problem with last commit.

This commit is contained in:
Kris Maglione
2011-02-19 00:39:44 -05:00
parent 34c0c5a10e
commit 18f9b6908d
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("storage", {
exports: ["File", "storage"],
exports: ["File", "Storage", "storage"],
require: ["services", "util"]
}, this);