Skip to content

Commit 852e4e6

Browse files
Updated stopAndRemoveBufferSource method docs
1 parent 7179ddd commit 852e4e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ var WebAudioSound = new Class({
252252
* Used internally to do what the name says.
253253
*
254254
* @private
255+
* @method Phaser.Sound.WebAudioSound#stopAndRemoveBufferSource
255256
*/
256257
stopAndRemoveBufferSource: function () {
257258
if (this.source) {

0 commit comments

Comments
 (0)