Browse Source

this fixes one part of #498

pull/2/head
gorhill 10 years ago
parent
commit
9172fcd049
  1. 3
      platform/chromium/vapi-client.js

3
platform/chromium/vapi-client.js

@ -31,10 +31,9 @@
/******************************************************************************/
self.vAPI = self.vAPI || {};
var vAPI = self.vAPI = self.vAPI || {};
var chrome = self.chrome;
var vAPI = self.vAPI;
// https://github.com/gorhill/uBlock/issues/456
// Already injected?

Loading…
Cancel
Save