summaryrefslogtreecommitdiff
path: root/common/modules/bootstrap.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-08-22 01:16:14 -0400
committerKris Maglione <maglione.k@gmail.com>2011-08-22 01:16:14 -0400
commitfbb6af43ed876f4a484da223b4ac7addabee98c8 (patch)
tree1e3955f155fd1c4813643941f0b3b3dea2afe928 /common/modules/bootstrap.jsm
parent5f1fb91f95732ef944b761fbebbd9e2bdd2a551b (diff)
downloadpentadactyl-fbb6af43ed876f4a484da223b4ac7addabee98c8.tar.gz
Add dom.jsm. And stuff.
Diffstat (limited to 'common/modules/bootstrap.jsm')
-rw-r--r--common/modules/bootstrap.jsm2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/modules/bootstrap.jsm b/common/modules/bootstrap.jsm
index ca5eaa15..006c7933 100644
--- a/common/modules/bootstrap.jsm
+++ b/common/modules/bootstrap.jsm
@@ -26,6 +26,8 @@ else
factories: [],
+ name: "dactyl",
+
global: this,
globals: JSMLoader ? JSMLoader.globals : {},