Trivial: Remove extra comma
This commit is contained in:
parent
0d8c962fdf
commit
c1185d92eb
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}));
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue