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