mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Rename Editor attach and remove events in accordance w/ new scheme
'editor-open' -> 'editor:attached' 'before-remove' -> 'editor:will-be-removed'
This commit is contained in:
@@ -9,7 +9,7 @@ class WrapGuide extends View
|
||||
if rootView.parents('html').length
|
||||
@appendToEditorPane(rootView, editor)
|
||||
|
||||
rootView.on 'editor-open', (e, editor) =>
|
||||
rootView.on 'editor:attached', (e, editor) =>
|
||||
@appendToEditorPane(rootView, editor)
|
||||
|
||||
@appendToEditorPane: (rootView, editor, config) ->
|
||||
|
||||
Reference in New Issue
Block a user