Trivial: Remove extra comma
This commit is contained in:
parent
0d8c962fdf
commit
c1185d92eb
|
@ -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')
|
||||
}));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue