Skip to content
Snippets Groups Projects
Commit 1caadcd1 authored by Chris Harris's avatar Chris Harris Committed by Code Review
Browse files

Merge topic 'vtkweb-error-handling' into master

fa652b66 Add error function to vtk:mouseInteraction RPC
parents 0c34a2e4 fa652b66
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,9 @@
action_pending = false;
render();
}
}, function(error) {
console.log("Call to vtk:mouseInteraction failed");
console.log(error);
});
}
}).append(renderer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment