File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments