Skip to content

Commit 5f3767f

Browse files
committed
Polished some DataManagerPlugin and EachActiveSoundCallback descriptions.
1 parent f95b35e commit 5f3767f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/data/DataManagerPlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

src/sound/BaseSoundManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)