mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
JavaScript does love its commas
This commit is contained in:
parent
825bd0d053
commit
08d1f1ef7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue