Updated forEachActiveSound method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-06 18:10:19 +01:00
parent bdcca496ea
commit 41b9dee693

View file

@ -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;