From 5de50b67bb3b4d1c1cda3b6a6523c3d81a0692eb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 10 Jan 2011 18:21:13 +1100 Subject: [PATCH] Fix help system. Broken in revision 40e49837cafd. --- 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 f58f54f0..1e98ec71 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -563,12 +563,12 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { noscriptOverlay.safeAllow("dactyl:", true, false); } - let namespaces = ["locale-local", "locale"]; + var namespaces = ["locale-local", "locale"]; services["dactyl:"].init({}); - let tagMap = services["dactyl:"].HELP_TAGS; - let fileMap = services["dactyl:"].FILE_MAP; - let overlayMap = services["dactyl:"].OVERLAY_MAP; + var tagMap = services["dactyl:"].HELP_TAGS; + var fileMap = services["dactyl:"].FILE_MAP; + var overlayMap = services["dactyl:"].OVERLAY_MAP; // Scrape the list of help files from all.xml // Manually process main and overlay files, since XSLTProcessor and