mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Remove redundant specificity getter
This commit is contained in:
@ -186,7 +186,6 @@ export class AttributeSelector extends SimpleSelector {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public get specificity(): number { return Specificity.Attribute; }
|
|
||||||
public get rarity(): number { return Specificity.Attribute; }
|
public get rarity(): number { return Specificity.Attribute; }
|
||||||
public toString(): string { return `[${this.attribute}${wrap(this.test)}${(this.test && this.value) || ''}]${wrap(this.combinator)}`; }
|
public toString(): string { return `[${this.attribute}${wrap(this.test)}${(this.test && this.value) || ''}]${wrap(this.combinator)}`; }
|
||||||
public match(node: Node): boolean { return false; }
|
public match(node: Node): boolean { return false; }
|
||||||
|
Reference in New Issue
Block a user