Skip to content

Commit ba72b70

Browse files
committed
make more more less diff in JsxDOM
1 parent 6d93fb6 commit ba72b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jscomp/others/jsxDOM.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ type domProps = {
270270
[@ns.optional];
271271
list: string
272272
[@ns.optional];
273-
(* loading: [`_lazy | `eager]
274-
[@ns.optional]; *)
273+
loading: [`_lazy | `eager]
274+
[@ns.optional];
275275
loop: bool
276276
[@ns.optional];
277277
low: int

0 commit comments

Comments
 (0)