Updated audioPlayDelay property docs

This commit is contained in:
Pavle Goloskokovic 2018-01-26 14:32:11 +01:00
parent 98c0cfd6fe
commit b5b752f39f

View file

@ -25,7 +25,7 @@ var HTML5AudioSoundManager = new Class({
*/
this.override = true;
/**
* Value representing time difference in seconds between calling
* Value representing time difference, in seconds, between calling
* play method on an audio tag and when it actually starts playing.
* It is used to achieve more accurate delayed sound playback.
*