From b1fe90c1f745fa8124e4d6c7d148ca6726c8acf6 Mon Sep 17 00:00:00 2001 From: Jamison Dance Date: Tue, 9 Sep 2014 08:25:42 -0600 Subject: [PATCH] [fixed] hard-code path to worker so it gets picked up by workerify --- recorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder.js b/recorder.js index cf66c546..f3ea3cfc 100644 --- a/recorder.js +++ b/recorder.js @@ -7,7 +7,7 @@ var Recorder = function(source, cfg){ this.node = (this.context.createScriptProcessor || this.context.createJavaScriptNode).call(this.context, bufferLen, 2, 2); - var worker = new Worker(config.workerPath || WORKER_PATH); + var worker = new Worker(WORKER_PATH); worker.postMessage({ command: 'init', config: {