We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8218e0f + d35184c commit 38e9e15Copy full SHA for 38e9e15
src/main/scala/org/scalajs/dom/package.scala
@@ -113,7 +113,6 @@ package object dom extends Window with scalajs.js.GlobalScope {
113
val MutationEvent: raw.MutationEvent.type = js.native
114
type MutationObserver = raw.MutationObserver
115
type MutationObserverInit = raw.MutationObserverInit
116
- val MutationObserverInit: raw.MutationObserverInit.type = js.native
117
type MutationRecord = raw.MutationRecord
118
119
type NamedNodeMap = raw.NamedNodeMap
0 commit comments