1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Remove unnecessary fallback code for downloading

This commit is contained in:
Deathamns 2015-03-12 12:09:45 +01:00 committed by gorhill
parent 58793e4d7c
commit 04a2486ca9

View file

@ -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(){};