mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
Updated loopSource property docs
This commit is contained in:
parent
31327b867c
commit
06140745ac
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ var WebAudioSound = new Class({
|
||||||
*/
|
*/
|
||||||
this.source = null;
|
this.source = null;
|
||||||
/**
|
/**
|
||||||
* [description]
|
* A reference to a second audio source used for gapless looped playback.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @property {AudioBufferSourceNode} loopSource
|
* @property {AudioBufferSourceNode} loopSource
|
||||||
|
* @default null
|
||||||
*/
|
*/
|
||||||
this.loopSource = null;
|
this.loopSource = null;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue