code review re #26

This commit is contained in:
gorhill 2015-01-09 00:06:28 -05:00
parent ba31014503
commit e6793c1fdb
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ PageStore.prototype.getNetFilteringSwitch = function() {
PageStore.prototype.getCosmeticFilteringSwitch = function() {
return this.getNetFilteringSwitch() === false ||
this.skipCosmeticFiltering == false;
this.skipCosmeticFiltering === false;
};
/******************************************************************************/