diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/library_sdl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js index 7772c19b..b49c984a 100644 --- a/src/library_sdl.js +++ b/src/library_sdl.js @@ -1239,6 +1239,7 @@ var LibrarySDL = { // Workaround for Firefox bug 783052 // ignore this exception! } + /* } else if (contextCtor = (window.AudioContext || // WebAudio API window.webkitAudioContext)) { var currentIndex = 0; @@ -1274,6 +1275,7 @@ var LibrarySDL = { source.connect(jsNode); jsNode.connect(context.destination); source.noteOn(0); + */ } } else { audio.play(); |