mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Extra comma
This commit is contained in:
parent
c2a66a1b3b
commit
f81b2dc3f2
@ -64,10 +64,11 @@ Discourse.PosterExpansionController = Discourse.ObjectController.extend({
|
|||||||
postStream.toggleParticipant(user.get('username'));
|
postStream.toggleParticipant(user.get('username'));
|
||||||
this.close();
|
this.close();
|
||||||
},
|
},
|
||||||
|
|
||||||
cancelFilter: function() {
|
cancelFilter: function() {
|
||||||
this.get('postStream').cancelFilter();
|
this.get('postStream').cancelFilter();
|
||||||
this.close();
|
this.close();
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user