summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-28 23:36:04 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-10-28 23:36:04 +0100
commitaae5030b53d644649e9b8cd2e2a03ec843a13162 (patch)
tree9e440d50b108b6ca4806fe1447fb4d59d0f4b72d /client
parent31b60d82fcae64a844805a2a76a0af25fb9c16c2 (diff)
parentc9130324f6c337d0393bf37fe72b67b47ece8322 (diff)
downloadwekan-aae5030b53d644649e9b8cd2e2a03ec843a13162.tar.gz
wekan-aae5030b53d644649e9b8cd2e2a03ec843a13162.tar.bz2
wekan-aae5030b53d644649e9b8cd2e2a03ec843a13162.zip
Merge pull request #370 from dferber90/linter
Add ESLint-plugin-Meteor
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({