From bd0e05f1a1a23b20b0faaf9e092b582ed86ee000 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 17 Mar 2012 07:46:42 -0400 Subject: [PATCH] restore popup close --- app/source/TodoList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();