FIX: Typo in method name for triggering
This commit is contained in:
parent
aad5d439d0
commit
f5cba39c89
|
@ -97,7 +97,7 @@ var ApplicationRoute = Em.Route.extend({
|
|||
}
|
||||
},
|
||||
|
||||
_activate: function() {
|
||||
activate: function() {
|
||||
this._super();
|
||||
Em.run.next(function() {
|
||||
// Support for callbacks once the application has activated
|
||||
|
|
Loading…
Reference in New Issue