Skip to content

Commit 65696b1

Browse files
Initializing duration property to 0
1 parent d2a3d98 commit 65696b1

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
@@ -9,6 +9,7 @@ var NoAudioSound = new Class({
99
this.isPlaying = false;
1010
this.isPaused = false;
1111
this.totalRate = 1;
12+
this.duration = 0;
1213
}
1314
});
1415
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)