mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
#423: code review (oops)
This commit is contained in:
parent
0cdc703f13
commit
59abd062ef
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ FilterContainer.prototype.pruneSelectorCache = function() {
|
|||
/******************************************************************************/
|
||||
|
||||
FilterContainer.prototype.retrieveGenericSelectors = function(request) {
|
||||
if ( this.acceptedCount !== 0 ) {
|
||||
if ( this.acceptedCount === 0 ) {
|
||||
return;
|
||||
}
|
||||
if ( !request.selectors ) {
|
||||
|
|
Loading…
Reference in a new issue