FIX: Reply button broke

This commit is contained in:
Robin Ward 2014-06-11 15:16:33 -04:00
parent d40ec22bef
commit c90b609aa5

View file

@ -23,7 +23,7 @@ Discourse.ReplyButton = Discourse.ButtonView.extend({
}, },
click: function() { click: function() {
this.get('controller').reply(); this.get('controller').send('replyToPost');
} }
}); });