mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Store resourcePath as ivar
This commit is contained in:
@@ -30,7 +30,7 @@ class Keymap
|
||||
bindingSetsByFirstKeystroke: null
|
||||
queuedKeystrokes: null
|
||||
|
||||
constructor: ({resourcePath, @configDirPath})->
|
||||
constructor: ({@resourcePath, @configDirPath})->
|
||||
@bindingSets = []
|
||||
@bindingSetsByFirstKeystroke = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user