File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var DataManagerPlugin = new Class({
3333 DataManager . call ( this , scene , scene . sys . events ) ;
3434
3535 /**
36- * The Scene that this DataManager belongs to.
36+ * A reference to the Scene that this DataManager belongs to.
3737 *
3838 * @name Phaser.Data.DataManagerPlugin#scene
3939 * @type {Phaser.Scene }
@@ -42,7 +42,7 @@ var DataManagerPlugin = new Class({
4242 this . scene = scene ;
4343
4444 /**
45- * The Systems of the Scene that this DataManager belongs to .
45+ * A reference to the Scene's Systems .
4646 *
4747 * @name Phaser.Data.DataManagerPlugin#systems
4848 * @type {Phaser.Scenes.Systems }
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ var NOOP = require('../utils/NOOP');
1414 * @callback EachActiveSoundCallback
1515 *
1616 * @param {Phaser.Sound.BaseSoundManager } manager - The SoundManager
17- * @param {Phaser.Sound.BaseSound } sound - The active Sound
18- * @param {number } index - The index
17+ * @param {Phaser.Sound.BaseSound } sound - The current active Sound
18+ * @param {number } index - The index of the current active Sound
1919 * @param {Phaser.Sound.BaseSound[] } sounds - All sounds
2020 */
2121
You can’t perform that action at this time.
0 commit comments