diff --git a/src/keymap.coffee b/src/keymap.coffee index 739c86828..d4d1b5902 100644 --- a/src/keymap.coffee +++ b/src/keymap.coffee @@ -30,7 +30,7 @@ class Keymap bindingSetsByFirstKeystroke: null queuedKeystrokes: null - constructor: ({resourcePath, @configDirPath})-> + constructor: ({@resourcePath, @configDirPath})-> @bindingSets = [] @bindingSetsByFirstKeystroke = {}