From e92894415575d04490ab94d35819080bb6983cb5 Mon Sep 17 00:00:00 2001 From: mezzelfo Date: Sun, 10 Oct 2021 12:14:40 +0200 Subject: [PATCH] fixed online example --- dist/webjack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/webjack.js b/dist/webjack.js index 3243c27..c4823b8 100644 --- a/dist/webjack.js +++ b/dist/webjack.js @@ -660,7 +660,7 @@ WebJack.Connection = Class.extend({ var args = ifUndef(args, WebJack.Profiles.SoftModem); if (typeof args.audioCtx === 'undefined') { - AudioContext = ifUndef(AudioContext, webkitAudioContext); + //AudioContext = ifUndef(AudioContext, webkitAudioContext); var audioCtx = new AudioContext(); } else { var audioCtx = args.audioCtx;