diff options
Diffstat (limited to 'js/worker.concat.js')
| -rw-r--r-- | js/worker.concat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/worker.concat.js b/js/worker.concat.js index 3be4680..7b09d2f 100644 --- a/js/worker.concat.js +++ b/js/worker.concat.js @@ -1377,7 +1377,7 @@ NeuQuant = function() { NeuQuant.apply(this, arguments);
return exports;
}
-;importScripts('LZWEncoder.js', 'NeuQuant.js', 'GIFEncoder.js'); +;// importScripts('LZWEncoder.js', 'NeuQuant.js', 'GIFEncoder.js'); self.onmessage = function(event) { var data = event.data; |
