mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed class docs
This commit is contained in:
parent
87f2d4bf0d
commit
19384cb914
1 changed files with 3 additions and 3 deletions
|
@ -19,15 +19,15 @@ var Extend = require('../../utils/object/Extend');
|
|||
* breaking on devices that don't support any audio playback technologies.
|
||||
*
|
||||
* @class NoAudioSound
|
||||
* @extends EventEmitter
|
||||
* @extends Phaser.Sound.BaseSound
|
||||
* @memberOf Phaser.Sound
|
||||
* @constructor
|
||||
* @author Pavle Goloskokovic <pgoloskokovic@gmail.com> (http://prunegames.com)
|
||||
* @since 3.0.0
|
||||
*
|
||||
*
|
||||
* @param {Phaser.Sound.NoAudioSoundManager} manager - Reference to the current sound manager instance.
|
||||
* @param {string} key - Asset key for the sound.
|
||||
* @param {ISoundConfig} [config={}] - An optional config object containing default sound settings.
|
||||
* @param {SoundConfig} [config={}] - An optional config object containing default sound settings.
|
||||
*/
|
||||
var NoAudioSound = new Class({
|
||||
|
||||
|
|
Loading…
Reference in a new issue