mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
deprecatedViewEvents -> setupViewEventDeprecations
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user