mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-20 07:01:57 +00:00
commit
5107a2619d
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ export default class HTMLElement extends Node {
|
||||||
}
|
}
|
||||||
|
|
||||||
public hasAttribute(key: string) {
|
public hasAttribute(key: string) {
|
||||||
console.error(this.attributes, key);
|
|
||||||
return key in this.attributes;
|
return key in this.attributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue