1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

#423: code review (oops)

This commit is contained in:
gorhill 2014-12-19 14:06:55 -05:00
parent 0cdc703f13
commit 59abd062ef

View File

@ -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 ) {