diff options
author | Kris Maglione <maglione.k@gmail.com> | 2013-05-09 23:37:10 -0700 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2013-05-09 23:37:10 -0700 |
commit | a59ee483cd84f9bf3266ccc778e3b4dacad2765d (patch) | |
tree | e0962a5cd67238884eb449e3eefe30075fccb95d /common | |
parent | 2879caf75edd7ada3812718ebd7147ee8b35b26a (diff) | |
download | pentadactyl-a59ee483cd84f9bf3266ccc778e3b4dacad2765d.tar.gz |
Fix bug.
Diffstat (limited to 'common')
-rw-r--r-- | common/modules/dom.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/dom.jsm b/common/modules/dom.jsm index 7a0c5556..61e44469 100644 --- a/common/modules/dom.jsm +++ b/common/modules/dom.jsm @@ -11,6 +11,7 @@ defineModule("dom", { lazyRequire("highlight", ["highlight"]); lazyRequire("messages", ["_"]); +lazyRequire("overlay", ["overlay"]); lazyRequire("prefs", ["prefs"]); lazyRequire("template", ["template"]); |