Skip to content

Commit

Permalink
Update dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
Browse files Browse the repository at this point in the history
Co-authored-by: zetashift <[email protected]>
  • Loading branch information
Quafadas and zetashift authored Oct 4, 2024
1 parent c9d5ed0 commit 3262687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom/src/main/scala/org/scalajs/dom/MathMLElement.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ abstract class MathMLElement extends Element {
/** Corresponds to attribute xml:base on the given element. */
var xmlbase: String = js.native

/** https://w3c.github.io/mathml-core/#global-attributes */

var autofocus: Boolean = js.native
var `class`: String = js.native
Expand Down

0 comments on commit 3262687

Please sign in to comment.