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…
Reference in New Issue