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:
@@ -12,6 +12,7 @@ defineModule("buffer", {
|
||||
});
|
||||
|
||||
lazyRequire("bookmarkcache", ["bookmarkcache"]);
|
||||
lazyRequire("io", ["io"]);
|
||||
lazyRequire("finder", ["RangeFind"]);
|
||||
lazyRequire("overlay", ["overlay"]);
|
||||
lazyRequire("storage", ["storage"]);
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user