Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2017-06-02 19:24:17 +03:00
parent bee9bf2226
commit f0cc185a47

View file

@ -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();
}, },