mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00: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) {
|
renderIcon: function(buffer) {
|
||||||
buffer.push("<i class='fa fa-reply'></i>");
|
buffer.push("<i class='fa fa-reply'></i>");
|
||||||
}
|
},
|
||||||
|
|
||||||
click: function() {
|
click: function() {
|
||||||
this.get('controller').send('replyToPost');
|
this.get('controller').send('replyToPost');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user