Skip to content

Commit 472a0d9

Browse files
Added no audio classes to index.js
1 parent 18cf394 commit 472a0d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/sound/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ module.exports = {
1111
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
1212

1313
HTML5AudioSound: require('./html5/HTML5AudioSound'),
14-
HTML5AudioSoundManager: require('./html5/HTML5AudioSoundManager')
14+
HTML5AudioSoundManager: require('./html5/HTML5AudioSoundManager'),
15+
16+
NoAudioSound: require('./noaudio/NoAudioSound'),
17+
NoAudioSoundManager: require('./noaudio/NoAudioSoundManager')
1518

1619
};

0 commit comments

Comments
 (0)