mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
Merge branch 'mkt-core-uri-handlers' of github.com:atom/atom into mkt-core-uri-handlers
This commit is contained in:
@@ -239,7 +239,7 @@ class AtomEnvironment extends Model
|
||||
|
||||
@commandInstaller.initialize(@getVersion())
|
||||
@protocolHandlerInstaller.initialize(@config, @notifications)
|
||||
@uriHandlerRegistry.registerHostHandler('core', CoreURIHandlers.create(@))
|
||||
@uriHandlerRegistry.registerHostHandler('core', CoreURIHandlers.create(this))
|
||||
@autoUpdater.initialize()
|
||||
|
||||
@config.load()
|
||||
|
||||
Reference in New Issue
Block a user