fix duplication when retrieving done file

This commit is contained in:
Morgan McMillian 2012-12-02 07:16:45 -05:00
parent 219415f434
commit 49c9b6e14f

View file

@ -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) {