summaryrefslogtreecommitdiff
path: root/js/gif-encode/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/gif-encode/worker.js')
-rw-r--r--js/gif-encode/worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gif-encode/worker.js b/js/gif-encode/worker.js
index b2f32d4..e4a5ee5 100644
--- a/js/gif-encode/worker.js
+++ b/js/gif-encode/worker.js
@@ -1,4 +1,4 @@
-importScripts('LZWEncoder.js', 'NeuQuant.js', 'GIFEncoder.js');
+// importScripts('LZWEncoder.js', 'NeuQuant.js', 'GIFEncoder.js');
self.onmessage = function(event) {
var data = event.data;