Remove the rarity getter too

This commit is contained in:
Panayot Cankov
2016-09-17 15:00:26 +03:00
committed by GitHub
parent 4a650f9b94
commit e3e0faebdd

View File

@ -186,7 +186,6 @@ export class AttributeSelector extends SimpleSelector {
return;
}
}
public get rarity(): number { return Specificity.Attribute; }
public toString(): string { return `[${this.attribute}${wrap(this.test)}${(this.test && this.value) || ''}]${wrap(this.combinator)}`; }
public match(node: Node): boolean { return false; }
public mayMatch(node: Node): boolean { return true; }