deprecatedViewEvents -> setupViewEventDeprecations

This commit is contained in:
Kevin Sawicki
2014-09-17 15:55:41 -07:00
parent 4b4dc7224e
commit c5f593cf08

View File

@@ -167,9 +167,9 @@ class WorkspaceView extends View
@command 'core:save', => @saveActivePaneItem()
@command 'core:save-as', => @saveActivePaneItemAs()
@setupViewEventDeprecations()
@deprecatedViewEvents()
setupViewEventDeprecations: ->
deprecatedViewEvents: ->
originalOn = @on
@on = (eventName) =>