Skip to content

Commit f13c1d8

Browse files
committed
remove duplicate subtype
1 parent 0c7d0dd commit f13c1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/html/elements.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ pub const HTMLHtmlElement = struct {
613613
pub const prototype = *HTMLElement;
614614
pub const mem_guarantied = true;
615615
pub const sub_type = "node";
616-
pub const sub_type = "node";
617616
};
618617

619618
pub const HTMLIFrameElement = struct {

0 commit comments

Comments
 (0)