Skip to content

Commit 52d2be6

Browse files
Updated playTime property description
1 parent ca3a4b9 commit 52d2be6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ var WebAudioSound = new Class({
4040
*/
4141
this.volumeNode = manager.context.createGain();
4242
/**
43-
* The time the previous playback started at based on
44-
* BaseAudioContext.currentTime value.
43+
* The time at which the sound should have started from the beginning.
44+
* Based on BaseAudioContext.currentTime value.
4545
*
4646
* @private
4747
* @property {number} playTime

0 commit comments

Comments
 (0)