mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Fixed rateUpdates property docs
This commit is contained in:
parent
a20095389d
commit
baaa92c62d
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ var WebAudioSound = new Class({
|
||||||
* @name Phaser.Sound.WebAudioSound#rateUpdates
|
* @name Phaser.Sound.WebAudioSound#rateUpdates
|
||||||
* @type {array}
|
* @type {array}
|
||||||
* @private
|
* @private
|
||||||
|
* @default []
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
this.rateUpdates = [];
|
this.rateUpdates = [];
|
||||||
|
|
Loading…
Reference in a new issue