We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcca49 commit 41b9deeCopy full SHA for 41b9dee
1 file changed
v3/src/sound/BaseSoundManager.js
@@ -293,8 +293,9 @@ var BaseSoundManager = new Class({
293
},
294
/**
295
* @private
296
- * @param {(value: ISound, index: number, array: ISound[]) => void} callbackfn
297
- * @param thisArg
+ * @method Phaser.Sound.BaseSoundManager#forEachActiveSound
+ * @param {(sound: ISound, index: number, array: ISound[]) => void} callbackfn
298
+ * @param [thisArg=this]
299
*/
300
forEachActiveSound: function (callbackfn, thisArg) {
301
var _this = this;
0 commit comments