Skip to content

Commit f925d3f

Browse files
Initializing totalDuration property to 0
1 parent 65696b1 commit f925d3f

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
@@ -10,6 +10,7 @@ var NoAudioSound = new Class({
1010
this.isPaused = false;
1111
this.totalRate = 1;
1212
this.duration = 0;
13+
this.totalDuration = 0;
1314
}
1415
});
1516
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)