Trivial: Remove extra comma

This commit is contained in:
Robin Ward 2013-05-08 12:13:23 -04:00
parent 0d8c962fdf
commit c1185d92eb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Discourse.TopicController = Discourse.ObjectController.extend({
modalController.show(Discourse.MoveSelectedView.create({
topicController: this,
topic: this.get('content'),
selectedPosts: this.get('selectedPosts'),
selectedPosts: this.get('selectedPosts')
}));
},