From c4ab1a4070de87c3bf0aaf2172807b537537af1c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 11 Jan 2011 20:06:00 +1100 Subject: [PATCH] Revert dactyl.initHelp fix in revision 7b8c6bbe8d67. In response to revision 6a8d60e97669. --- common/content/dactyl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 0388c259..13fd68e0 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -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