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

provide defaults for some optional config properties

This commit is contained in:
Doug Kearns
2008-11-02 13:59:58 +00:00
parent 31a200c0c0
commit 441008c624
9 changed files with 32 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ function Hints() //{{{
////////////////////// PRIVATE SECTION /////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
var myModes = config.browserModes || [modes.NORMAL];
var myModes = config.browserModes;
var hintMode;
var submode = ""; // used for extended mode, can be "o", "t", "y", etc.