1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-13 15:54:54 +12:00
This commit is contained in:
gorhill 2015-03-11 19:48:00 -04:00
parent 806d89e443
commit 58793e4d7c

View file

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