Skip to content

Commit c1b957e

Browse files
committed
Update dom.bs
1 parent 26b73e9 commit c1b957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6598,7 +6598,7 @@ dictionary ShadowRootInit {
65986598
SlotAssignmentMode slotAssignment = "named";
65996599
boolean clonable = false;
66006600
boolean serializable = false;
6601-
CustomElementRegistry customElementRegistry? = null;
6601+
CustomElementRegistry? customElementRegistry = null;
66026602
};
66036603
</pre>
66046604

0 commit comments

Comments
 (0)