mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 21:25:46 +01:00
Push some old fixes. Closes issue #858.
This commit is contained in:
@@ -12,6 +12,7 @@ defineModule("buffer", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
lazyRequire("bookmarkcache", ["bookmarkcache"]);
|
lazyRequire("bookmarkcache", ["bookmarkcache"]);
|
||||||
|
lazyRequire("io", ["io"]);
|
||||||
lazyRequire("finder", ["RangeFind"]);
|
lazyRequire("finder", ["RangeFind"]);
|
||||||
lazyRequire("overlay", ["overlay"]);
|
lazyRequire("overlay", ["overlay"]);
|
||||||
lazyRequire("storage", ["storage"]);
|
lazyRequire("storage", ["storage"]);
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ defineModule("dom", {
|
|||||||
});
|
});
|
||||||
|
|
||||||
lazyRequire("highlight", ["highlight"]);
|
lazyRequire("highlight", ["highlight"]);
|
||||||
|
lazyRequire("template", ["template"]);
|
||||||
|
|
||||||
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
||||||
var XHTML = Namespace("html", "http://www.w3.org/1999/xhtml");
|
var XHTML = Namespace("html", "http://www.w3.org/1999/xhtml");
|
||||||
|
|||||||
Reference in New Issue
Block a user