restore popup close
This commit is contained in:
parent
027ef2833e
commit
bd0e05f1a1
1 changed files with 3 additions and 3 deletions
|
@ -311,9 +311,9 @@ enyo.kind({
|
|||
},
|
||||
|
||||
closePopup: function() {
|
||||
//this.$.todoPopup.close();
|
||||
//this.$.completedPopup.close();
|
||||
//this.$.priorityPopup.close();
|
||||
this.$.todoPopup.close();
|
||||
this.$.completedPopup.close();
|
||||
this.$.priorityPopup.close();
|
||||
//this.selectedIndex = null;
|
||||
//this.selectedId = null;
|
||||
this.$.todoList.render();
|
||||
|
|
Loading…
Reference in a new issue