mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 00:36:01 +08:00
FIX: Typo in method name for triggering
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user