Skip to content

Commit 2311de1

Browse files
committed
Formatting
1 parent 9b0289b commit 2311de1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ package org.scalajs.dom
99
import scala.scalajs.js
1010
import scala.scalajs.js.annotation._
1111

12-
/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with and/or listen to, or can be used offscreen to manage and play audio. */
12+
/** creates and returns a new HTMLAudioElement which can be either attached to a document for the user to interact with
13+
* and/or listen to, or can be used offscreen to manage and play audio.
14+
*/
1315
@JSGlobal
1416
@js.native
1517
class Audio extends HTMLAudioElement {

0 commit comments

Comments
 (0)