1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 06:12:26 +01:00

Push some old fixes. Closes issue #858.

This commit is contained in:
Kris Maglione
2012-05-20 17:26:51 -04:00
parent 230d5a6668
commit 3366c208f4
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ defineModule("buffer", {
});
lazyRequire("bookmarkcache", ["bookmarkcache"]);
lazyRequire("io", ["io"]);
lazyRequire("finder", ["RangeFind"]);
lazyRequire("overlay", ["overlay"]);
lazyRequire("storage", ["storage"]);

View File

@@ -10,6 +10,7 @@ defineModule("dom", {
});
lazyRequire("highlight", ["highlight"]);
lazyRequire("template", ["template"]);
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
var XHTML = Namespace("html", "http://www.w3.org/1999/xhtml");