We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769a85d commit 40d54faCopy full SHA for 40d54fa
src/main/scala/org/scalajs/dom/ext/package.scala
@@ -10,7 +10,7 @@ package object ext {
10
extends EasySeq[Node](nodes.length, nodes.apply)
11
12
implicit class PimpedDOMTokenList(nodes: DOMTokenList)
13
- extends EasySeq[String](nodes.length, nodes.apply)
+ extends EasySeq[String](nodes.length, nodes.apply)
14
15
implicit class PimpedTouchList(nodes: TouchList)
16
extends EasySeq[Touch](nodes.length, nodes.apply)
0 commit comments