summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorDominik Ferber <dominik.ferber@gmail.com>2015-10-27 17:38:04 +0100
committerDominik Ferber <dominik.ferber@gmail.com>2015-10-27 17:38:04 +0100
commit3ad672a20b8e216684bbcb932b792d67548c2484 (patch)
tree9cc7c9e9b88817d47f354d477731f9fe3f9b21ff /client
parent31b60d82fcae64a844805a2a76a0af25fb9c16c2 (diff)
downloadwekan-3ad672a20b8e216684bbcb932b792d67548c2484.tar.gz
wekan-3ad672a20b8e216684bbcb932b792d67548c2484.tar.bz2
wekan-3ad672a20b8e216684bbcb932b792d67548c2484.zip
Add missing semicolon
Diffstat (limited to 'client')
-rw-r--r--client/components/activities/comments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/activities/comments.js b/client/components/activities/comments.js
index f9bbcff8..18bf9ef0 100644
--- a/client/components/activities/comments.js
+++ b/client/components/activities/comments.js
@@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
commentFormIsOpen.set(true);
},
'submit .js-new-comment-form'(evt) {
- const input = this.getInput()
+ const input = this.getInput();
const text = input.val().trim();
if (text) {
CardComments.insert({