mirror of https://github.com/gorhill/uBlock.git
#423: code review (oops)
This commit is contained in:
parent
0cdc703f13
commit
59abd062ef
|
@ -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 New Issue