You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ("KLAY_CONFIG" in window && "workerScript" in window.KLAY_CONFIG) {
workerScript = window.KLAY_CONFIG.workerScript;
} else if ("workerScript" in params) {
workerScript = params.workerScript;
} else {
workerScript = "klay-worker.js";
}
This was an issue in noflo/visualize b/c we're using the-graph as a bower dependency, klay.init needs to happen in the-graph custom element, and the worker script path is different b/c it is hosted here: http://noflojs.org/visualize/
The text was updated successfully, but these errors were encountered:
forresto
added a commit
to noflo/visualize
that referenced
this issue
Jun 3, 2014
We set the workerScript location in klay.init:
But there should be a way to do it globally. So
and
This was an issue in noflo/visualize b/c we're using the-graph as a bower dependency,
klay.init
needs to happen in the-graph custom element, and the worker script path is different b/c it is hosted here: http://noflojs.org/visualize/The text was updated successfully, but these errors were encountered: