Updated seek property docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:36:44 +01:00
parent 5f2b83adf6
commit 1d42cec0e0

View file

@ -462,6 +462,8 @@ Object.defineProperty(WebAudioSound.prototype, 'detune', {
}); });
/** /**
* Current position of playing sound. * Current position of playing sound.
*
* @name Phaser.Sound.WebAudioSound#seek
* @property {number} seek * @property {number} seek
*/ */
Object.defineProperty(WebAudioSound.prototype, 'seek', { Object.defineProperty(WebAudioSound.prototype, 'seek', {