From 1e0147d85b08ecdbd34df1d62a94653b5beb39a9 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 26 Mar 2015 14:57:58 +0530 Subject: [PATCH] typo --- static/js/fs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }