mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Rename deprecatedViewEvents to deprecateViewEvents
This commit is contained in:
@@ -67,7 +67,7 @@ class WorkspaceView extends View
|
||||
|
||||
constructor: (@element) ->
|
||||
super
|
||||
@deprecatedViewEvents()
|
||||
@deprecateViewEvents()
|
||||
|
||||
setModel: (@model) ->
|
||||
@horizontal = @find('.horizontal')
|
||||
@@ -248,7 +248,7 @@ class WorkspaceView extends View
|
||||
Section: Deprecated
|
||||
###
|
||||
|
||||
deprecatedViewEvents: ->
|
||||
deprecateViewEvents: ->
|
||||
originalWorkspaceViewOn = @on
|
||||
|
||||
@on = (eventName) =>
|
||||
|
||||
Reference in New Issue
Block a user