mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
JavaScript does love its commas
This commit is contained in:
parent
825bd0d053
commit
08d1f1ef7c
@ -14,7 +14,7 @@ export default ButtonView.extend({
|
||||
|
||||
renderIcon: function(buffer) {
|
||||
buffer.push("<i class='fa fa-reply'></i>");
|
||||
}
|
||||
},
|
||||
|
||||
click: function() {
|
||||
this.get('controller').send('replyToPost');
|
||||
|
Loading…
Reference in New Issue
Block a user