restore popup close

This commit is contained in:
Morgan McMillian 2012-03-17 07:46:42 -04:00
parent 027ef2833e
commit bd0e05f1a1

View file

@ -311,9 +311,9 @@ enyo.kind({
}, },
closePopup: function() { closePopup: function() {
//this.$.todoPopup.close(); this.$.todoPopup.close();
//this.$.completedPopup.close(); this.$.completedPopup.close();
//this.$.priorityPopup.close(); this.$.priorityPopup.close();
//this.selectedIndex = null; //this.selectedIndex = null;
//this.selectedId = null; //this.selectedId = null;
this.$.todoList.render(); this.$.todoList.render();