From 79d2981a9703151c0cef4d04d3120878272466de Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 14 Sep 2012 20:28:18 -0700 Subject: [PATCH] Closes issue #931. --HG-- extra : transplant_source : %81%21xME%AFR%CBK%22y%12%3D%1B%95%9E%3Cv%98p --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 1e99d44a..8d30f508 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -647,7 +647,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { */ initHelp: function initHelp() { if ("noscriptOverlay" in window) - noscriptOverlay.safeAllow("dactyl:", true, false); + window.noscriptOverlay.safeAllow("dactyl:", true, false); help.initialize(); },