mirror of
https://github.com/discourse/discourse.git
synced 2025-04-09 03:02:24 +08:00
missing semi colon
This commit is contained in:
parent
8408795093
commit
1b02a7c580
@ -61,7 +61,7 @@ Discourse.UserIndexRoute = Discourse.UserActivityRoute.extend({
|
|||||||
|
|
||||||
setupController: function(controller, model) {
|
setupController: function(controller, model) {
|
||||||
this.controllerFor('userActivity').set('model', this.modelFor('user'));
|
this.controllerFor('userActivity').set('model', this.modelFor('user'));
|
||||||
this.set('model', model)
|
this.set('model', model);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user