fix duplication when retrieving done file
This commit is contained in:
parent
219415f434
commit
49c9b6e14f
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ enyo.kind({
|
||||||
|
|
||||||
loadArchive: function(path, file) {
|
loadArchive: function(path, file) {
|
||||||
// TODO stub
|
// TODO stub
|
||||||
|
this.doneList = [];
|
||||||
var list = file.content.split("\n");
|
var list = file.content.split("\n");
|
||||||
for (item in list) {
|
for (item in list) {
|
||||||
if (list[item].length > 0) {
|
if (list[item].length > 0) {
|
||||||
|
|
Loading…
Reference in a new issue