aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/commands.coffee2
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.