mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
regression
This commit is contained in:
parent
4415bb60ef
commit
3e084455a7
@ -243,12 +243,6 @@ Matrix.prototype.evaluateCellZ = function(srcHostname, desHostname, type) {
|
||||
|
||||
Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
||||
this.r = 0;
|
||||
|
||||
if ( supportedTypes.hasOwnProperty(type) === false ) {
|
||||
this.type = '';
|
||||
return this;
|
||||
}
|
||||
|
||||
this.type = '*';
|
||||
|
||||
// Specific-destination + any type
|
||||
@ -267,6 +261,11 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
||||
}
|
||||
|
||||
// Any destination + specific-type
|
||||
if ( supportedTypes.hasOwnProperty(type) === false ) {
|
||||
this.type = '';
|
||||
return this;
|
||||
}
|
||||
|
||||
this.y = '*';
|
||||
|
||||
if ( type === 'script' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user