Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
grob committed Feb 13, 2005
1 parent 85e55e3 commit 84c3305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/Layout/objectFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ function evalDownload(fullExport) {
var imgLog = this.images.dumpToZip(z, fullExport);
// add skins to the zip archive
var skinLog = this.skins.dumpToZip(z, fullExport);
return z.close();
z.close();
return z.getData();
}

/**
Expand Down

0 comments on commit 84c3305

Please sign in to comment.