mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
regression
This commit is contained in:
parent
f8110d1294
commit
ace190a33e
@ -253,7 +253,7 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
|||||||
|
|
||||||
// Specific-destination + any type
|
// Specific-destination + any type
|
||||||
this.y = desHostname;
|
this.y = desHostname;
|
||||||
this.r = this.evaluateCellZ(srcHostname, desHostname, type);
|
this.r = this.evaluateCellZ(srcHostname, desHostname, '*');
|
||||||
if ( this.r !== 0 ) { return this; }
|
if ( this.r !== 0 ) { return this; }
|
||||||
var d = desHostname;
|
var d = desHostname;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
@ -262,7 +262,7 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
this.y = d;
|
this.y = d;
|
||||||
this.r = this.evaluateCellZ(srcHostname, d, type);
|
this.r = this.evaluateCellZ(srcHostname, d, '*');
|
||||||
if ( this.r !== 0 ) { return this; }
|
if ( this.r !== 0 ) { return this; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user