#423: code review (oops)

This commit is contained in:
gorhill 2014-12-19 14:06:55 -05:00
parent 0cdc703f13
commit 59abd062ef
1 changed files with 1 additions and 1 deletions

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