mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Typo in WorkspaceView deprecation
This commit is contained in:
@@ -229,7 +229,7 @@ class WorkspaceView extends View
|
||||
when 'cursor:moved'
|
||||
deprecate('Use TextEditor::onDidChangeCursorPosition instead')
|
||||
when 'editor:attached'
|
||||
deprecate('Use TextEditor::onDidAddTextEditor instead')
|
||||
deprecate('Use Workspace::onDidAddTextEditor instead')
|
||||
when 'editor:detached'
|
||||
deprecate('Use TextEditor::onDidDestroy instead')
|
||||
when 'editor:will-be-removed'
|
||||
|
||||
Reference in New Issue
Block a user