Skip to content

Commit 97f89ff

Browse files
authored
Update HTMLAnchorElement.scala
1 parent 45cb03f commit 97f89ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import scala.scalajs.js.annotation._
1616
@js.native
1717
@JSGlobal
1818
abstract class HTMLAnchorElement extends HTMLElement {
19-
19+
2020
/** A string indicating that the linked resource is intended to be downloaded rather than displayed in the browser.
2121
* The value represent the proposed name of the file. If the name is not a valid filename of the underlying OS,
2222
* browser will adapt it.

0 commit comments

Comments
 (0)