Skip to content

Commit 7442ab5

Browse files
Removed duration setting from sound config
1 parent f4a1a30 commit 7442ab5

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,7 @@ var BaseSound = new Class({
2424
*
2525
* @property {ISoundConfig} config
2626
*/
27-
this.config = {
28-
/**
29-
* A value representing the duration, in seconds.
30-
* It could be total sound duration or a marker duration.
31-
*
32-
* @type {number}
33-
*/
34-
duration: 0
35-
};
27+
this.config = {};
3628
/**
3729
* Reference to the currently used config.
3830
* It could be default config or marker config.

0 commit comments

Comments
 (0)