diff --git a/app/source/TodoList.js b/app/source/TodoList.js index bce0b51..2c66635 100644 --- a/app/source/TodoList.js +++ b/app/source/TodoList.js @@ -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();