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 210f412 commit ce29198
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 @@ -38,7 +38,6 @@ abstract class MathMLElement extends Element {
var style: String = js.native
var tabindex: Int = js.native

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

var intent: String = js.native
var arg: String = js.native
Expand Down

0 comments on commit ce29198

Please sign in to comment.