Skip to content

Commit eee47f6

Browse files
Some additional docs updates
1 parent 5ad1dd0 commit eee47f6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var WebAudioSound = new Class({
2929
}
3030
/**
3131
* A reference to an audio source node used for playing back audio from
32-
* audio data stored in an Phaser.Sound.WebAudioSound#audioBuffer.
32+
* audio data stored in Phaser.Sound.WebAudioSound#audioBuffer.
3333
*
3434
* @private
3535
* @property {AudioBufferSourceNode} source
@@ -228,6 +228,7 @@ var WebAudioSound = new Class({
228228
*
229229
* @private
230230
* @method Phaser.Sound.WebAudioSound#createBufferSource
231+
* @returns {AudioBufferSourceNode}
231232
*/
232233
createBufferSource: function () {
233234
var _this = this;
@@ -279,6 +280,8 @@ var WebAudioSound = new Class({
279280
this.loopTime = 0;
280281
},
281282
/**
283+
* Method used internally for applying config values to some of the sound properties.
284+
*
282285
* @protected
283286
* @method Phaser.Sound.WebAudioSound#applyConfig
284287
*/

0 commit comments

Comments
 (0)