1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:08:37 +01:00

Replace silly dactyl.* constants with strings.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-26 14:56:54 -05:00
parent 0774f354b1
commit 39a84ff18e

View File

@@ -110,10 +110,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
get menuItems() Dactyl.getMenuItems(), get menuItems() Dactyl.getMenuItems(),
// Global constants // Global constants
CURRENT_TAB: [], CURRENT_TAB: "here",
NEW_TAB: [], NEW_TAB: "tab",
NEW_BACKGROUND_TAB: [], NEW_BACKGROUND_TAB: "background-tab",
NEW_WINDOW: [], NEW_WINDOW: "window",
forceNewTab: false, forceNewTab: false,
forceNewWindow: false, forceNewWindow: false,