JavaScript does love its commas

This commit is contained in:
Jeff Atwood 2014-10-13 21:27:32 -07:00
parent 825bd0d053
commit 08d1f1ef7c

View File

@ -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');