Skip to content

Commit ef35f48

Browse files
authored
Merge pull request #248 from jpmorganchase/cross-origin-fix
Fixed cross origin asset resolution failure
2 parents 71460cd + c8df4a8 commit ef35f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perspective/src/js/perspective.parallel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class WebWorker extends worker {
105105
}
106106

107107
_start_cross_origin() {
108-
var dir = typeof WebAssembly === "undefined" ? "asmjs" : "wasm";
108+
var dir = typeof WebAssembly === "undefined" ? "asmjs" : "async";
109109
XHRWorker(
110110
__SCRIPT_PATH__.path() + "perspective.worker." + dir + ".js",
111111
function(worker) {

0 commit comments

Comments
 (0)