mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fixed remove method docs
This commit is contained in:
parent
91d40a9531
commit
3c9542f565
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ var BaseSoundManager = new Class({
|
|||
* @method Phaser.Sound.BaseSoundManager#remove
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {ISound} sound - The sound object to remove.
|
||||
* @param {Phaser.Sound.BaseSound} sound - The sound object to remove.
|
||||
*
|
||||
* @return {boolean} True if the sound was removed successfully, otherwise false.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue