Skip to content

Commit b454570

Browse files
authored
Update HTMLAnchorElement.scala
1 parent 81c22ea commit b454570

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ import scala.scalajs.js.annotation._
1717
@JSGlobal
1818
abstract class HTMLAnchorElement extends HTMLElement {
1919

20-
/**
21-
* A string indicating that the linked resource is intended to be downloaded rather than displayed in the
22-
* browser. The value represent the proposed name of the file. If the name is not a valid filename of the
23-
* underlying OS, browser will adapt it.
20+
/** A string indicating that the linked resource is intended to be downloaded rather than displayed in the browser.
21+
* The value represent the proposed name of the file. If the name is not a valid filename of the underlying OS,
22+
* browser will adapt it.
2423
*/
25-
var download: String = js.native
24+
var download: String = js.native
2625

2726
/** Is a DOMString that reflects the rel HTML attribute, specifying the relationship of the target object to the link
2827
* object.

0 commit comments

Comments
 (0)