From 369b5aebf1d8691e2fb77309fed46d38293e91dd Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 25 Feb 2014 14:58:53 -0800 Subject: [PATCH] Fix disastrous typo. --- 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 804a01fa..15cad187 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1895,7 +1895,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { } if (config.has("default-theme") && "CustomizableUI" in window) - overlays.overlayWindow(window, { + overlay.overlayWindow(window, { append: [ ["window", { id: document.documentElement.id, "dactyl-australis": "true", xmlns: "xul" }]] });