From 39a84ff18e659565184b289d6dbd35a91f848ed7 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 26 Jan 2011 14:56:54 -0500 Subject: [PATCH] Replace silly dactyl.* constants with strings. --HG-- branch : key-processing --- 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 b79a6570..3183f37f 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -110,10 +110,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { get menuItems() Dactyl.getMenuItems(), // Global constants - CURRENT_TAB: [], - NEW_TAB: [], - NEW_BACKGROUND_TAB: [], - NEW_WINDOW: [], + CURRENT_TAB: "here", + NEW_TAB: "tab", + NEW_BACKGROUND_TAB: "background-tab", + NEW_WINDOW: "window", forceNewTab: false, forceNewWindow: false,