Browse Source

fixed bad test

pull/2/head
gorhill 10 years ago
parent
commit
db6ed71060
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -930,7 +930,7 @@ var httpObserver = {
return;
}
if ( 1 << channelData[0] & this.VALID_CSP_TARGETS === 0 ) {
if ( (1 << channelData[0] & this.VALID_CSP_TARGETS) === 0 ) {
return;
}

Loading…
Cancel
Save