added duration description

This commit is contained in:
Pavle Goloskokovic 2017-11-16 16:30:31 +01:00
parent dd17f6083f
commit a4b7eb0fe5

View file

@ -25,6 +25,12 @@ var BaseSound = new Class({
* @property {ISoundConfig} config
*/
this.config = {
/**
* A value representing the duration, in seconds.
* It could be total sound duration or a marker duration.
*
* @type {number}
*/
duration: 0
};
/**