mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:02:26 +01:00
add rough initial implementations of :message, g< (gm for now) and 'messages'
This commit is contained in:
@@ -209,7 +209,7 @@ liberator.Options = function () //{{{
|
||||
|
||||
function loadPreference(name, forcedDefault, defaultBranch)
|
||||
{
|
||||
var defaultValue = null;
|
||||
var defaultValue = null; // XXX
|
||||
if (forcedDefault != null) // this argument sets defaults for non-user settable options (like extensions.history.comp_history)
|
||||
defaultValue = forcedDefault;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user