Skip to content

Commit

Permalink
remove more
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Nov 21, 2024
1 parent ac16221 commit 73c38f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions api-reports/2_12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
MathMLElement[JC] def nodeName: String
MathMLElement[JC] def nodeType: Int
MathMLElement[JC] var nodeValue: String
MathMLElement[JC] var nonce: String
MathMLElement[JC] def normalize(): Unit
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
Expand Down Expand Up @@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
MathMLElement[JC] def requestPointerLock(): Unit
MathMLElement[JC] var scriptlevel: Int
MathMLElement[JC] def scrollHeight: Int
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
MathMLElement[JC] var scrollLeft: Double
Expand Down
2 changes: 0 additions & 2 deletions api-reports/2_13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16559,7 +16559,6 @@ MathMLElement[JC] def nextSibling: Node
MathMLElement[JC] def nodeName: String
MathMLElement[JC] def nodeType: Int
MathMLElement[JC] var nodeValue: String
MathMLElement[JC] var nonce: String
MathMLElement[JC] def normalize(): Unit
MathMLElement[JC] var onclick: js.Function1[MouseEvent, _]
MathMLElement[JC] var oncompositionend: js.Function1[CompositionEvent, _]
Expand Down Expand Up @@ -16600,7 +16599,6 @@ MathMLElement[JC] def replaceChildren(nodes: Node | String*): Unit
MathMLElement[JC] def replaceWith(nodes: Node | String*): Unit
MathMLElement[JC] def requestFullscreen(options: FullscreenOptions?): js.Promise[Unit]
MathMLElement[JC] def requestPointerLock(): Unit
MathMLElement[JC] var scriptlevel: Int
MathMLElement[JC] def scrollHeight: Int
MathMLElement[JC] def scrollIntoView(top: Boolean?): Unit
MathMLElement[JC] var scrollLeft: Double
Expand Down
2 changes: 0 additions & 2 deletions dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ abstract class MathMLElement extends Element {

var autofocus: Boolean = js.native
var className: String = js.native
var nonce: String = js.native
var scriptlevel: Int = js.native
var style: CSSStyleDeclaration = js.native
var tabIndex: Int = js.native

Expand Down

0 comments on commit 73c38f8

Please sign in to comment.