diff options
Diffstat (limited to 'background_scripts/commands.coffee')
| -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 d12b704d..d24bdb05 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -61,7 +61,7 @@ Commands =          [key[0], @parseKeySequence(key[1..])...]    parseCustomKeyMappings: (customKeyMappings) -> -    for line in customKeyMappings.split "\n" +    for line in BgUtils.parseLines customKeyMappings.split "\n"        unless  line[0] == "\"" or line[0] == "#"          tokens = line.replace(/\s+$/, "").split /\s+/          switch tokens[0] | 
