Updated playTime property description

This commit is contained in:
Pavle Goloskokovic 2017-12-13 22:36:57 +01:00
parent ca3a4b9373
commit 52d2be65f3

View file

@ -40,8 +40,8 @@ var WebAudioSound = new Class({
*/
this.volumeNode = manager.context.createGain();
/**
* The time the previous playback started at based on
* BaseAudioContext.currentTime value.
* The time at which the sound should have started from the beginning.
* Based on BaseAudioContext.currentTime value.
*
* @private
* @property {number} playTime