HTML5AudioSoundManager description spacing

This commit is contained in:
Chris Andrew 2020-03-17 21:21:13 +00:00 committed by GitHub
parent a84f7efb45
commit 3fb803568d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ var HTML5AudioSound = require('./HTML5AudioSound');
* ```
*
* Not all browsers can play all audio formats.
*
* There is a good guide to what's supported: [Cross-browser audio basics: Audio codec support](https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/Cross-browser_audio_basics#Audio_Codec_Support).
*
* @class HTML5AudioSoundManager