mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove redundant 'destroyed' event
This commit is contained in:
@@ -124,7 +124,6 @@ class Editor extends Model
|
||||
@displayBuffer.destroy()
|
||||
@languageMode.destroy()
|
||||
atom.project?.removeEditor(this)
|
||||
@emit 'destroyed'
|
||||
@off()
|
||||
|
||||
# Private: Creates an {Editor} with the same initial state
|
||||
|
||||
Reference in New Issue
Block a user