Skip to content

Commit 41b9dee

Browse files
Updated forEachActiveSound method docs
1 parent bdcca49 commit 41b9dee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

v3/src/sound/BaseSoundManager.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ var BaseSoundManager = new Class({
293293
},
294294
/**
295295
* @private
296-
* @param {(value: ISound, index: number, array: ISound[]) => void} callbackfn
297-
* @param thisArg
296+
* @method Phaser.Sound.BaseSoundManager#forEachActiveSound
297+
* @param {(sound: ISound, index: number, array: ISound[]) => void} callbackfn
298+
* @param [thisArg=this]
298299
*/
299300
forEachActiveSound: function (callbackfn, thisArg) {
300301
var _this = this;

0 commit comments

Comments
 (0)