Extra comma

This commit is contained in:
Robin Ward 2013-10-16 14:16:14 -04:00
parent c2a66a1b3b
commit f81b2dc3f2
1 changed files with 2 additions and 1 deletions

View File

@ -64,10 +64,11 @@ Discourse.PosterExpansionController = Discourse.ObjectController.extend({
postStream.toggleParticipant(user.get('username'));
this.close();
},
cancelFilter: function() {
this.get('postStream').cancelFilter();
this.close();
},
}
}
});