1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 02:42:28 +01:00

Fix disastrous typo.

This commit is contained in:
Kris Maglione
2014-02-25 14:58:53 -08:00
parent 30f5351d08
commit 369b5aebf1

View File

@@ -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" }]]
});