Skip to content

Commit

Permalink
Update dom/src/main/scala/org/scalajs/dom/CustomElementRegistry.scala
Browse files Browse the repository at this point in the history
Co-authored-by: zetashift <rskaraya@gmail.com>
  • Loading branch information
cyz1901 and zetashift authored Mar 6, 2024
1 parent a338252 commit 2b1da95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import scala.scalajs.js.annotation._
@JSGlobal
abstract class CustomElementRegistry extends js.Object {

/** Returns the constructor for a previously-defined custom element. */
def get(name: String): js.Dynamic

/** Returns the name for a previously-defined custom element.
Expand Down

0 comments on commit 2b1da95

Please sign in to comment.