forked from 0x2620/pandora
typo
This commit is contained in:
parent
3d3787b802
commit
1e0147d85b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ pandora.fs = (function() {
|
|||
if (offset + blobSize < total) {
|
||||
partialDownload(offset + blobSize + 1);
|
||||
} else {
|
||||
setTimeout() {
|
||||
setTimeout(function() {
|
||||
that.storeBlob(new Blob(blobs), name, callback);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue