From 73c38f87ab398bed7ccdf0680a5598ac3c450c38 Mon Sep 17 00:00:00 2001 From: Simon Parten Date: Thu, 21 Nov 2024 13:48:39 +0100 Subject: [PATCH] remove more --- api-reports/2_12.txt | 2 -- api-reports/2_13.txt | 2 -- dom/src/main/scala/org/scalajs/dom/MathMLElement.scala | 2 -- 3 files changed, 6 deletions(-) diff --git a/api-reports/2_12.txt b/api-reports/2_12.txt index 9e63c372..b07d25bd 100644 --- a/api-reports/2_12.txt +++ b/api-reports/2_12.txt @@ -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, _] @@ -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 diff --git a/api-reports/2_13.txt b/api-reports/2_13.txt index 9e63c372..b07d25bd 100644 --- a/api-reports/2_13.txt +++ b/api-reports/2_13.txt @@ -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, _] @@ -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 diff --git a/dom/src/main/scala/org/scalajs/dom/MathMLElement.scala b/dom/src/main/scala/org/scalajs/dom/MathMLElement.scala index 691d1094..c2ec2d5a 100644 --- a/dom/src/main/scala/org/scalajs/dom/MathMLElement.scala +++ b/dom/src/main/scala/org/scalajs/dom/MathMLElement.scala @@ -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