File tree 1 file changed +4
-5
lines changed
dom/src/main/scala/org/scalajs/dom
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ import scala.scalajs.js.annotation._
17
17
@ JSGlobal
18
18
abstract class HTMLAnchorElement extends HTMLElement {
19
19
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.
24
23
*/
25
- var download : String = js.native
24
+ var download : String = js.native
26
25
27
26
/** Is a DOMString that reflects the rel HTML attribute, specifying the relationship of the target object to the link
28
27
* object.
You can’t perform that action at this time.
0 commit comments