diff --git a/static/js/fs.js b/static/js/fs.js index dfbe2a125..db8810e61 100644 --- a/static/js/fs.js +++ b/static/js/fs.js @@ -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); }); }