mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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…
x
Reference in New Issue
Block a user