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() {
//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();