Skip to content

Commit ea7ef33

Browse files
committed
Fix CustomEventInit field name
1 parent 1496242 commit ea7ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5677,7 +5677,7 @@ class StyleSheetList extends js.Object {
56775677
}
56785678

56795679
trait CustomEventInit extends EventInit {
5680-
var detailArg: js.UndefOr[Any] = js.undefined
5680+
var detail: js.UndefOr[Any] = js.undefined
56815681
}
56825682

56835683
/**

0 commit comments

Comments
 (0)