mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
Replace MessageRegistry with UrlHandlerRegistry
This commit is contained in:
@@ -31,7 +31,8 @@ module.exports = class PackageManager {
|
||||
constructor (params) {
|
||||
({
|
||||
config: this.config, styleManager: this.styleManager, notificationManager: this.notificationManager, keymapManager: this.keymapManager,
|
||||
commandRegistry: this.commandRegistry, grammarRegistry: this.grammarRegistry, deserializerManager: this.deserializerManager, viewRegistry: this.viewRegistry
|
||||
commandRegistry: this.commandRegistry, grammarRegistry: this.grammarRegistry, deserializerManager: this.deserializerManager, viewRegistry: this.viewRegistry,
|
||||
urlHandlerRegistry: this.urlHandlerRegistry
|
||||
} = params)
|
||||
|
||||
this.emitter = new Emitter()
|
||||
|
||||
Reference in New Issue
Block a user