mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Updated rateUpdates property docs
This commit is contained in:
parent
423fa29918
commit
7a7f912209
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ var WebAudioSound = new Class({
|
|||
*
|
||||
* @private
|
||||
* @property {{ time: number, rate: number }[]} rateUpdates
|
||||
* @default []
|
||||
*/
|
||||
this.rateUpdates = [];
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue