Skip to content

Commit 0de3b32

Browse files
Initializing isPlaying property to false
1 parent d282f3a commit 0de3b32

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
@@ -6,6 +6,7 @@ var NoAudioSound = new Class({
66
EventEmitter.call(this);
77
this.manager = manager;
88
this.key = key;
9+
this.isPlaying = false;
910
}
1011
});
1112
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)