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