Skip to content

Commit fc46d8d

Browse files
Initializing rate property to default value
1 parent e6477b0 commit fc46d8d

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
@@ -24,6 +24,7 @@ var NoAudioSound = new Class({
2424
this.currentConfig = this.config;
2525
this.mute = false;
2626
this.volume = 1;
27+
this.rate = 1;
2728
}
2829
});
2930
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)