mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00: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) {
|
||||
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