File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
dom/src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 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._
1717@ JSGlobal
1818abstract 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.
You can’t perform that action at this time.
0 commit comments