mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Updated forEachActiveSound method docs
This commit is contained in:
parent
bdcca496ea
commit
41b9dee693
1 changed files with 3 additions and 2 deletions
|
@ -293,8 +293,9 @@ var BaseSoundManager = new Class({
|
|||
},
|
||||
/**
|
||||
* @private
|
||||
* @param {(value: ISound, index: number, array: ISound[]) => void} callbackfn
|
||||
* @param thisArg
|
||||
* @method Phaser.Sound.BaseSoundManager#forEachActiveSound
|
||||
* @param {(sound: ISound, index: number, array: ISound[]) => void} callbackfn
|
||||
* @param [thisArg=this]
|
||||
*/
|
||||
forEachActiveSound: function (callbackfn, thisArg) {
|
||||
var _this = this;
|
||||
|
|
Loading…
Reference in a new issue