Rename deprecatedViewEvents to deprecateViewEvents

This commit is contained in:
Nathan Sobo
2014-09-25 12:42:12 -06:00
parent a5781d65c3
commit 4207752a08

View File

@@ -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) =>