diff --git a/src/example/cljs_audio/app.cljs b/src/example/cljs_audio/app.cljs index 208cc0e..90f457e 100644 --- a/src/example/cljs_audio/app.cljs +++ b/src/example/cljs_audio/app.cljs @@ -5,19 +5,19 @@ [cljs-audio.scheduling :as s] [cljs-audio.time :as t] [cljs-audio.modules :as m] - [cljs.core.async :refer [go > (js/fetch path) - (clj polyfill) clazz (get polyfill "AudioContext" js/AudioContext) ctx (new clazz)] - {:ctx ctx :patch [{} #{}] :env {} :stream stream :polyfill polyfill})) + {:ctx ctx :patch [{} #{}] :env {} :polyfill polyfill :stream stream})) (defn update-audio [{:keys [ctx patch env polyfill stream]} new-patch] (println :polyfill polyfill)