mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +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;
|
||||
/**
|
||||
* [description]
|
||||
* A reference to a second audio source used for gapless looped playback.
|
||||
*
|
||||
* @private
|
||||
* @property {AudioBufferSourceNode} loopSource
|
||||
* @default null
|
||||
*/
|
||||
this.loopSource = null;
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue