mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
replace -> did-replace
This commit is contained in:
@@ -90,11 +90,11 @@ class Project extends Model {
|
||||
this.projectFilePath = newSettings.originPath
|
||||
this.setPaths(newSettings.paths)
|
||||
}
|
||||
this.emitter.emit('replace', newSettings)
|
||||
this.emitter.emit('did-replace', newSettings)
|
||||
}
|
||||
|
||||
onDidReplace (callback) {
|
||||
return this.emitter.on('replace', callback)
|
||||
return this.emitter.on('did-replace', callback)
|
||||
}
|
||||
|
||||
getProjectFilePath () {
|
||||
|
||||
Reference in New Issue
Block a user