Skip to content

Commit

Permalink
Remove https from blob code
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Jun 16, 2015
1 parent 810bf9a commit 8735f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/lib/jailed/_frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 8735f16

Please sign in to comment.