Fixed play method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:21:42 +01:00
parent 05581a4c49
commit daeba568b9

View file

@ -56,15 +56,6 @@ var NoAudioSound = new Class({
delay: 0
}, config);
this.currentConfig = this.config;
/**
* [description]
*
* @name Phaser.Sound.NoAudioSound#mute
* @type {boolean}
* @default false
* @since 3.0.0
*/
this.mute = false;
/**