File tree 2 files changed +2
-6
lines changed
src/main/scala/org/scalajs/dom
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 {
2191
2191
val SVG_PRESERVEASPECTRATIO_XMAXYMID : Int = js.native
2192
2192
val SVG_PRESERVEASPECTRATIO_XMIDYMAX : Int = js.native
2193
2193
val SVG_PRESERVEASPECTRATIO_XMINYMIN : Int = js.native
2194
- /*
2195
- * Corresponds to value meet for attribute preserveAspectRatio.
2196
- *
2197
2194
2198
- */
2195
+ /** Corresponds to value meet for attribute preserveAspectRatio.
2196
+ */
2199
2197
val SVG_MEETORSLICE_MEET : Int = js.native
2200
2198
val SVG_PRESERVEASPECTRATIO_XMIDYMID : Int = js.native
2201
2199
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
2228
2228
2229
2229
/** Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified
2230
2230
* node.
2231
- *
2232
- * .
2233
2231
*/
2234
2232
def createNSResolver (node : Node ): XPathNSResolver = js.native
2235
2233
You can’t perform that action at this time.
0 commit comments