Skip to content

Commit

Permalink
feat: Expose HTMLElement#rawAttrs (make public)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrrx authored Oct 28, 2021
1 parent 0fc4cf5 commit 34f1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default class HTMLElement extends Node {
public constructor(
tagName: string,
keyAttrs: KeyAttributes,
private rawAttrs = '',
public rawAttrs = '',
parentNode: HTMLElement | null,
range?: [number, number]
) {
Expand Down

0 comments on commit 34f1595

Please sign in to comment.