mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Construct Keymap with options object
This commit is contained in:
@@ -149,9 +149,7 @@ class Atom extends Model
|
||||
configDirPath = @getConfigDirPath()
|
||||
|
||||
@config = new Config({configDirPath, resourcePath})
|
||||
@keymap = new Keymap
|
||||
@keymap.configDirPath = configDirPath
|
||||
@keymap.resourcePath = resourcePath
|
||||
@keymap = new Keymap({configDirPath, resourcePath})
|
||||
@packages = new PackageManager({devMode, configDirPath, resourcePath})
|
||||
@themes = new ThemeManager({packageManager: @packages, configDirPath, resourcePath})
|
||||
@contextMenu = new ContextMenuManager(devMode)
|
||||
|
||||
Reference in New Issue
Block a user