Skip to content

Commit 7369f04

Browse files
Added default delay value to initial sound config
1 parent 7aa519c commit 7369f04

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

v3/src/sound/BaseSound.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ var BaseSound = new Class({
6363
* @private
6464
* @property {ISoundConfig} config
6565
*/
66-
this.config = {};
66+
this.config = {
67+
/**
68+
* Initializing delay config setting
69+
*/
70+
delay: 0
71+
};
6772
/**
6873
* Reference to the currently used config.
6974
* It could be default config or marker config.

0 commit comments

Comments
 (0)