Add missing semicolon

This commit is contained in:
Dominik Ferber 2015-10-27 17:38:04 +01:00
parent 31b60d82fc
commit 3ad672a20b

View file

@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
commentFormIsOpen.set(true); commentFormIsOpen.set(true);
}, },
'submit .js-new-comment-form'(evt) { 'submit .js-new-comment-form'(evt) {
const input = this.getInput() const input = this.getInput();
const text = input.val().trim(); const text = input.val().trim();
if (text) { if (text) {
CardComments.insert({ CardComments.insert({