diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 4b087060..ab9992b3 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -29,7 +29,7 @@ Commands = logMessage? "#{command} doesn't exist!" return - options ?= [] + options ?= {} @keyToCommandRegistry[key] = extend { command, options }, @availableCommands[command] # Lower-case the appropriate portions of named keys. |
