소스 검색

Add missing semicolon

Dominik Ferber 9 년 전
부모
커밋
3ad672a20b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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({