Fixed rateUpdates property docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 19:31:25 +01:00
parent a20095389d
commit baaa92c62d

View file

@ -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 = [];