From 6763cca756fbe8b0218f7429a6d09a359479e98b Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 10 Sep 2015 09:54:38 -0400 Subject: [PATCH] fixed comment --- platform/firefox/vapi-background.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 6790d9886..f4d523999 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; }