Skip to content

Commit 68e265a

Browse files
author
exoego
committed
MutationEvent has no constructor
1 parent 7775f6f commit 68e265a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -4829,8 +4829,7 @@ trait MutationEventInit extends EventInit {
48294829
"WHATWG DOM")
48304830
@js.native
48314831
@JSGlobal
4832-
class MutationEvent(typeArg: String, init: js.UndefOr[MutationEventInit])
4833-
extends Event(typeArg, init) {
4832+
class MutationEvent extends Event("", js.undefined) {
48344833
def newValue: String = js.native
48354834

48364835
def attrChange: Int = js.native

0 commit comments

Comments
 (0)