1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

fixed comment

This commit is contained in:
gorhill 2015-09-10 09:54:38 -04:00
parent 0dac9f7df4
commit 6763cca756

View File

@ -1769,8 +1769,7 @@ var httpObserver = {
} }
// https://github.com/gorhill/uBlock/issues/654 // https://github.com/gorhill/uBlock/issues/654
// Use the request type from the HTTP observer point of view, it's most // Use the request type from the HTTP observer point of view.
// likely the most accurate.
if ( rawtype !== 1 ) { if ( rawtype !== 1 ) {
pendingRequest.rawtype = rawtype; pendingRequest.rawtype = rawtype;
} }