diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-10 09:54:38 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-10 09:54:38 -0400 |
commit | 6763cca756fbe8b0218f7429a6d09a359479e98b (patch) | |
tree | ffd0cf2f8dab223c7b205e26fd22f9afb9a5acc6 /platform | |
parent | 0dac9f7df44e21b875a4266b16833050d2cfa162 (diff) | |
download | uBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.zip uBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.tar.gz uBlock-6763cca756fbe8b0218f7429a6d09a359479e98b.tar.bz2 |
fixed comment
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/vapi-background.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 6790d98..f4d5239 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1769,8 +1769,7 @@ var httpObserver = { } // https://github.com/gorhill/uBlock/issues/654 - // Use the request type from the HTTP observer point of view, it's most - // likely the most accurate. + // Use the request type from the HTTP observer point of view. if ( rawtype !== 1 ) { pendingRequest.rawtype = rawtype; } |