Skip to content

Commit 96938be

Browse files
author
exoego
committed
Remove unused trait
1 parent 9e80c81 commit 96938be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -4822,10 +4822,6 @@ abstract class DocumentType extends Node {
48224822
def publicId: String = js.native
48234823
}
48244824

4825-
trait MutationEventInit extends EventInit {
4826-
// TODO
4827-
}
4828-
48294825
@deprecated("Deprecated in favor of Mutation Observers (W3C DOM4)",
48304826
"WHATWG DOM")
48314827
@js.native

0 commit comments

Comments
 (0)