Skip to content

Commit 879d4ae

Browse files
author
exoego
committed
MutationEvent has no constructor
1 parent b7194a5 commit 879d4ae

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
@@ -4830,7 +4830,7 @@ trait MutationEventInit extends EventInit {
48304830
"WHATWG DOM")
48314831
@js.native
48324832
@JSGlobal
4833-
class MutationEvent extends Event("", js.undefined) {
4833+
class MutationEvent private[this] extends Event(js.native, js.native) {
48344834
def newValue: String = js.native
48354835

48364836
def attrChange: Int = js.native

0 commit comments

Comments
 (0)