Browse Source

Add missing semicolon

Dominik Ferber 9 năm trước cách đây
mục cha
commit
3ad672a20b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/components/activities/comments.js

+ 1 - 1
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({