Skip to content

Commit 063dda1

Browse files
Initializing pendingRemove property to false
1 parent e76377a commit 063dda1

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
@@ -30,6 +30,7 @@ var NoAudioSound = new Class({
3030
this.loop = false;
3131
this.markers = {};
3232
this.currentMarker = null;
33+
this.pendingRemove = false;
3334
}
3435
});
3536
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)