Remove unnecessary fallback code for downloading

pull/2/head
Deathamns 9 years ago committed by gorhill
parent 58793e4d7c
commit 04a2486ca9

@ -36,7 +36,6 @@ var vAPI = self.vAPI = self.vAPI || {};
var chrome = self.chrome;
var manifest = chrome.runtime.getManifest();
vAPI.isMainProcess = true;
vAPI.chrome = true;
var noopFunc = function(){};

Loading…
Cancel
Save