Skip to content

Commit 44ce131

Browse files
Various docs updates
1 parent 9d577a4 commit 44ce131

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

v3/src/sound/BaseSound.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var BaseSound = new Class({
2929
*/
3030
this.key = key;
3131
/**
32-
* Event dispatcher used to handle all sound instance relevant events.
32+
* Event dispatcher used to handle all sound instance related events.
3333
*
3434
* @readonly
3535
* @property {Phaser.Events.EventDispatcher}
@@ -325,6 +325,7 @@ var BaseSound = new Class({
325325
},
326326
/**
327327
* @protected
328+
* @method Phaser.Sound.BaseSound#applyConfig
328329
*/
329330
applyConfig: function () {
330331
this.mute = this.currentConfig.mute;
@@ -335,6 +336,7 @@ var BaseSound = new Class({
335336
},
336337
/**
337338
* @protected
339+
* @method Phaser.Sound.BaseSound#resetConfig
338340
*/
339341
resetConfig: function () {
340342
this.currentConfig.seek = 0;
@@ -373,6 +375,7 @@ var BaseSound = new Class({
373375
},
374376
/**
375377
* @protected
378+
* @method Phaser.Sound.BaseSound#setRate
376379
*/
377380
setRate: function () {
378381
var cent = 1.0005777895065548; // Math.pow(2, 1/1200);

0 commit comments

Comments
 (0)