mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
Fix comment
This commit is contained in:
parent
bf7ce857ee
commit
c959fd6cd9
@ -40,8 +40,8 @@ const µb = µBlock;
|
|||||||
// || | |+------ bit 2: modifier
|
// || | |+------ bit 2: modifier
|
||||||
// || | +------- bit 3- 4: party [0-3]
|
// || | +------- bit 3- 4: party [0-3]
|
||||||
// || +--------- bit 5- 9: type [0-31]
|
// || +--------- bit 5- 9: type [0-31]
|
||||||
// |+-------------- bit 10-15: unused
|
// |+-------------- bit 10: headers-based filters
|
||||||
// +--------------- bit 16: headers-based filters
|
// +--------------- bit 11-15: unused
|
||||||
|
|
||||||
const CategoryCount = 1 << 0xb; // shift left to first unused bit
|
const CategoryCount = 1 << 0xb; // shift left to first unused bit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user