Tagged Questions
3
votes
1answer
274 views
Javascript/Jasmine: ReferenceError: Can't find variable: Float64Array
I'm using rails, pretty new to javascript and setting up my testframework to test my javascripts with Jasmine.
Here's the situation:
I'm using Viz.js in my source, which is Graphviz compiled to JS ...