Skip to content

Commit d8f779a

Browse files
committed
Formatting
1 parent b2033e1 commit d8f779a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/main/scala/org/scalajs/dom/SVGTypes.scala

+2-4
Original file line numberDiff line numberDiff line change
@@ -2191,11 +2191,9 @@ object SVGPreserveAspectRatio extends js.Object {
21912191
val SVG_PRESERVEASPECTRATIO_XMAXYMID: Int = js.native
21922192
val SVG_PRESERVEASPECTRATIO_XMIDYMAX: Int = js.native
21932193
val SVG_PRESERVEASPECTRATIO_XMINYMIN: Int = js.native
2194-
/*
2195-
* Corresponds to value meet for attribute preserveAspectRatio.
2196-
*
21972194

2198-
*/
2195+
/** Corresponds to value meet for attribute preserveAspectRatio.
2196+
*/
21992197
val SVG_MEETORSLICE_MEET: Int = js.native
22002198
val SVG_PRESERVEASPECTRATIO_XMIDYMID: Int = js.native
22012199
val SVG_PRESERVEASPECTRATIO_XMIDYMIN: Int = js.native

src/main/scala/org/scalajs/dom/lib.scala

-2
Original file line numberDiff line numberDiff line change
@@ -2228,8 +2228,6 @@ abstract class Document extends Node with NodeSelector with DocumentEvent with P
22282228

22292229
/** Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified
22302230
* node.
2231-
*
2232-
* .
22332231
*/
22342232
def createNSResolver(node: Node): XPathNSResolver = js.native
22352233

0 commit comments

Comments
 (0)