mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
minor code review
This commit is contained in:
parent
4aab4c12d0
commit
04d59367b0
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ var fromNetFilter = function(details) {
|
|||
var lists = [];
|
||||
|
||||
var compiledFilter = details.compiledFilter;
|
||||
var entry, content, pos, c
|
||||
var entry, content, pos, c;
|
||||
for ( var path in listEntries ) {
|
||||
entry = listEntries[path];
|
||||
if ( entry === undefined ) {
|
||||
|
|
|
@ -628,7 +628,7 @@
|
|||
/******************************************************************************/
|
||||
|
||||
// https://github.com/gorhill/uBlock/issues/1395
|
||||
// Added `firstparty` argument: to avoid discarding cosmetic filtering when
|
||||
// Added `firstparty` argument: to avoid discarding cosmetic filters when
|
||||
// applying 1st-party filters.
|
||||
|
||||
µBlock.applyCompiledFilters = function(rawText, firstparty) {
|
||||
|
|
Loading…
Reference in a new issue