Skip to content

Commit

Permalink
refactor: Remove unnecessary attribname reset
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 23, 2022
1 parent 8a785b8 commit 85f9a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ export class Parser implements Callbacks {
) {
this.attribs[this.attribname] = this.attribvalue;
}
this.attribname = "";
this.attribvalue = "";
}

Expand Down

0 comments on commit 85f9a22

Please sign in to comment.