FIX: Typo in method name for triggering

This commit is contained in:
Neil Lalonde 2014-07-22 19:56:21 -04:00
parent aad5d439d0
commit f5cba39c89
1 changed files with 1 additions and 1 deletions

View File

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