This commit is contained in:
j 2015-03-26 14:57:58 +05:30
parent 3d3787b802
commit 1e0147d85b

View file

@ -197,7 +197,7 @@ pandora.fs = (function() {
if (offset + blobSize < total) { if (offset + blobSize < total) {
partialDownload(offset + blobSize + 1); partialDownload(offset + blobSize + 1);
} else { } else {
setTimeout() { setTimeout(function() {
that.storeBlob(new Blob(blobs), name, callback); that.storeBlob(new Blob(blobs), name, callback);
}); });
} }