From c6946c2d6d9727f0f7ae50b5a310007ef5217c4b Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 26 Jan 2012 10:58:06 +0000 Subject: [PATCH] [costco-csv-worker][xs]: comment out importScripts('lib/underscore.js') since does not work in normal JS. --- src/costco-csv-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/costco-csv-worker.js b/src/costco-csv-worker.js index c172a1d0..720d2fda 100644 --- a/src/costco-csv-worker.js +++ b/src/costco-csv-worker.js @@ -1,4 +1,4 @@ -importScripts('lib/underscore.js'); +// importScripts('lib/underscore.js'); onmessage = function(message) {