Skip to content

Commit e6477b0

Browse files
Initializing volume property to default value
1 parent 5f58588 commit e6477b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var NoAudioSound = new Class({
2323
}, config);
2424
this.currentConfig = this.config;
2525
this.mute = false;
26+
this.volume = 1;
2627
}
2728
});
2829
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)