Przeglądaj źródła

Fix lint errors.

Lauri Ojansivu 8 lat temu
rodzic
commit
f0cc185a47
1 zmienionych plików z 1 dodań i 1 usunięć
  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 listDom = document.getElementById(`js-list-${this._id}`);
     const listComponent = BlazeComponent.getComponentForElement(listDom);
     const listComponent = BlazeComponent.getComponentForElement(listDom);
     listComponent.openForm({
     listComponent.openForm({
-      position: 'top'
+      position: 'top',
     });
     });
     Popup.close();
     Popup.close();
   },
   },