Skip to content

Commit 309376b

Browse files
authored
Fix formatting issue
1 parent 94b617c commit 309376b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ Fires when the sound is loaded.
258258
Fires when the sound is unable to load. The first parameter is the ID of the sound (if it exists) and the second is the error message/code.
259259

260260
The load error codes are [defined in the spec](http://dev.w3.org/html5/spec-author-view/spec.html#mediaerror):
261-
**1** - The fetching process for the media resource was aborted by the user agent at the user's request.
262-
**2** - A network error of some description caused the user agent to stop fetching the media resource, after the resource was established to be usable.
263-
**3** - An error of some description occured while decoding the media resource, after the resource was established to be usable.
264-
**4** - The media resource indicated by the src attribute or assigned media provider object was not suitable.
261+
* **1** - The fetching process for the media resource was aborted by the user agent at the user's request.
262+
* **2** - A network error of some description caused the user agent to stop fetching the media resource, after the resource was established to be usable.
263+
* **3** - An error of some description occured while decoding the media resource, after the resource was established to be usable.
264+
* **4** - The media resource indicated by the src attribute or assigned media provider object was not suitable.
265265
#### onplayerror `Function`
266266
Fires when the sound is unable to play. The first parameter is the ID of the sound and the second is the error message/code.
267267
#### onplay `Function`

0 commit comments

Comments
 (0)