mirror of https://github.com/gorhill/uBlock.git
minor code review
This commit is contained in:
parent
6acb2e561e
commit
eeb48844c2
|
@ -444,10 +444,7 @@ Matrix.prototype.mustAbort = function() {
|
|||
/******************************************************************************/
|
||||
|
||||
Matrix.prototype.toFilterString = function() {
|
||||
if ( this.r === 0 ) {
|
||||
return '';
|
||||
}
|
||||
if ( this.type === '' ) {
|
||||
if ( this.r === 0 || this.type === '' ) {
|
||||
return '';
|
||||
}
|
||||
var body = this.z + ' ' + this.y + ' ' + this.type;
|
||||
|
|
Loading…
Reference in New Issue