diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-15 12:02:02 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-15 12:02:02 -0500 |
commit | c78c7b36cb004ee1f5a9a7d7b62d926e159a1395 (patch) | |
tree | 23c63442fe71dd16b67084bbaba7e5f640fe5809 /common/components/protocols.js | |
parent | 67e2a23c5a5f7dc7859175ac6e9edb878b66cea6 (diff) | |
download | pentadactyl-c78c7b36cb004ee1f5a9a7d7b62d926e159a1395.tar.gz |
Fix some bootstrap issues on upgrade.
Diffstat (limited to 'common/components/protocols.js')
-rw-r--r-- | common/components/protocols.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/components/protocols.js b/common/components/protocols.js index 539a539a..f22d11e4 100644 --- a/common/components/protocols.js +++ b/common/components/protocols.js @@ -116,6 +116,8 @@ function Dactyl() { this.pages = {}; Cu.import("resource://dactyl/bootstrap.jsm"); + JSMLoader.init(); + JSMLoader.load("base.jsm", global); require(global, "config"); require(global, "services"); require(global, "util"); |