Browse Source

this helps #993

pull/2/head
gorhill 10 years ago
parent
commit
58793e4d7c
  1. 1
      platform/chromium/vapi-background.js

1
platform/chromium/vapi-background.js

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

Loading…
Cancel
Save