mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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({
|
modalController.show(Discourse.MoveSelectedView.create({
|
||||||
topicController: this,
|
topicController: this,
|
||||||
topic: this.get('content'),
|
topic: this.get('content'),
|
||||||
selectedPosts: this.get('selectedPosts'),
|
selectedPosts: this.get('selectedPosts')
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user