mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-20 20:11:19 -04:00
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')
|
||||
}));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue