File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments