mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +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) {
|
||||
console.error(this.attributes, key);
|
||||
return key in this.attributes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue