Skip to content

Commit a2a19cc

Browse files
Initializing isPaused property to false
1 parent 0de3b32 commit a2a19cc

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
@@ -7,6 +7,7 @@ var NoAudioSound = new Class({
77
this.manager = manager;
88
this.key = key;
99
this.isPlaying = false;
10+
this.isPaused = false;
1011
}
1112
});
1213
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)