From 49c9b6e14fe33290d7c1d5e1f0f69acf08269219 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 2 Dec 2012 07:16:45 -0500 Subject: [PATCH] fix duplication when retrieving done file --- app/source/TodoTxt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/source/TodoTxt.js b/app/source/TodoTxt.js index dca703d..41df8bc 100644 --- a/app/source/TodoTxt.js +++ b/app/source/TodoTxt.js @@ -411,6 +411,7 @@ enyo.kind({ loadArchive: function(path, file) { // TODO stub + this.doneList = []; var list = file.content.split("\n"); for (item in list) { if (list[item].length > 0) {