From 04e46763f13daf0ed88a09cef8970e4f2c76ad25 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 9 Apr 2015 15:51:13 +0200 Subject: [PATCH] remove unused variable --- 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 e28e6810..582ff09a 100644 --- a/static/js/fs.js +++ b/static/js/fs.js @@ -176,7 +176,7 @@ pandora.fs = (function() { var name = that.getVideoName(id, resolution, part, track), partialName = 'partial::' + name, url = '/' + pandora.getVideoURLName(id, resolution, part, track), - blobs = [], blobSize = 5*1024*1024, total; + blobSize = 5*1024*1024, total; Ox.Log('FS', 'start downloading', url); that.fs.root.getFile(partialName, {create: true}, function(fileEntry) { fileEntry.getMetadata(function(meta) {