1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:17:58 +01:00

Revert dactyl.initHelp fix in revision 7b8c6bbe8d67.

In response to revision 6a8d60e97669.
This commit is contained in:
Doug Kearns
2011-01-11 20:06:00 +11:00
parent 96350d49be
commit c4ab1a4070

View File

@@ -563,12 +563,12 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
tagMap[tag] = file; tagMap[tag] = file;
} }
var namespaces = ["locale-local", "locale"]; let namespaces = ["locale-local", "locale"];
services["dactyl:"].init({}); services["dactyl:"].init({});
var tagMap = services["dactyl:"].HELP_TAGS; let tagMap = services["dactyl:"].HELP_TAGS;
var fileMap = services["dactyl:"].FILE_MAP; let fileMap = services["dactyl:"].FILE_MAP;
var overlayMap = services["dactyl:"].OVERLAY_MAP; let overlayMap = services["dactyl:"].OVERLAY_MAP;
// Scrape the list of help files from all.xml // Scrape the list of help files from all.xml
// Manually process main and overlay files, since XSLTProcessor and // Manually process main and overlay files, since XSLTProcessor and