Remove https from blob code

This commit is contained in:
terakilobyte
2015-06-16 16:28:09 -04:00
parent 810bf9a3f7
commit 8735f164f8

View File

@ -36,7 +36,7 @@ try {
blobUrl = blobUrl.getBlob();
}
var worker = new Worker(URL.createObjectURL('https:' + blobUrl));
var worker = new Worker(URL.createObjectURL(blobUrl));
// telling worker to load _pluginWeb.js (see blob code above)
worker.postMessage({