mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
FIX: Typo in method name for triggering
This commit is contained in:
parent
aad5d439d0
commit
f5cba39c89
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue