Use String.camelize instead of $.camelize
This commit is contained in:
parent
bf33ffce41
commit
a431f80f3a
|
@ -6,7 +6,7 @@ Controller = Ember.Controller.extend
|
|||
accountBinding: 'controllers.account'
|
||||
|
||||
activate: (action, params) ->
|
||||
this["view#{$.camelize(action)}"]()
|
||||
this["view_#{action}".camelize()]()
|
||||
|
||||
viewHooks: ->
|
||||
@connectTab('hooks')
|
||||
|
|
Loading…
Reference in New Issue
Block a user