소스 검색

Fix lint errors.

Lauri Ojansivu 8 년 전
부모
커밋
f0cc185a47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/lists/listHeader.js

+ 1 - 1
client/components/lists/listHeader.js

@@ -40,7 +40,7 @@ Template.listActionPopup.events({
     const listDom = document.getElementById(`js-list-${this._id}`);
     const listComponent = BlazeComponent.getComponentForElement(listDom);
     listComponent.openForm({
-      position: 'top'
+      position: 'top',
     });
     Popup.close();
   },