Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Formatting
  • Loading branch information
armanbilge committed Sep 5, 2021
commit d8f779a8efea78e5fa82b7d6e421fdcfd1dab4d7
6 changes: 2 additions & 4 deletions src/main/scala/org/scalajs/dom/SVGTypes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2191,11 +2191,9 @@ object SVGPreserveAspectRatio extends js.Object {
val SVG_PRESERVEASPECTRATIO_XMAXYMID: Int = js.native
val SVG_PRESERVEASPECTRATIO_XMIDYMAX: Int = js.native
val SVG_PRESERVEASPECTRATIO_XMINYMIN: Int = js.native
/*
* Corresponds to value meet for attribute preserveAspectRatio.
*

*/
/** Corresponds to value meet for attribute preserveAspectRatio.
*/
val SVG_MEETORSLICE_MEET: Int = js.native
val SVG_PRESERVEASPECTRATIO_XMIDYMID: Int = js.native
val SVG_PRESERVEASPECTRATIO_XMIDYMIN: Int = js.native
Expand Down
2 changes: 0 additions & 2 deletions src/main/scala/org/scalajs/dom/lib.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2228,8 +2228,6 @@ abstract class Document extends Node with NodeSelector with DocumentEvent with P

/** Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified
* node.
*
* .
*/
def createNSResolver(node: Node): XPathNSResolver = js.native

Expand Down