Deprecate beep event

This commit is contained in:
Kevin Sawicki
2014-09-18 09:43:32 -07:00
parent 522a66c876
commit 1a24c79c7f

View File

@@ -418,6 +418,8 @@ class WorkspaceView extends View
@on = (eventName) =>
switch eventName
when 'beep'
deprecate('Use Atom::onDidBeep instead')
when 'cursor:moved'
deprecate('Use Editor::onDidChangeCursorPosition instead')
when 'editor:attached'