Skip to content

Commit 85f9a22

Browse files
committed
refactor: Remove unnecessary attribname reset
1 parent 8a785b8 commit 85f9a22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ export class Parser implements Callbacks {
445445
) {
446446
this.attribs[this.attribname] = this.attribvalue;
447447
}
448-
this.attribname = "";
449448
this.attribvalue = "";
450449
}
451450

0 commit comments

Comments
 (0)