mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Style tweaks
Follows strictly jshint and jscs rules.
This commit is contained in:
parent
fbc4c5e82e
commit
22b8b6ab20
8 changed files with 23 additions and 19 deletions
|
|
@ -3,8 +3,8 @@ Template.listActionPopup.events({
|
|||
// XXX We need a better API and architecture here. See
|
||||
// https://github.com/peerlibrary/meteor-blaze-components/issues/19
|
||||
var listDom = document.getElementById('js-list-' + this._id);
|
||||
var listComponent = Blaze.getView(listDom).templateInstance().get('component');
|
||||
listComponent.openForm();
|
||||
var listInstance = Blaze.getView(listDom).templateInstance();
|
||||
listInstance.get('component').openForm();
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-list-subscribe': function() {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue