pathfinding-visualiser icon indicating copy to clipboard operation
pathfinding-visualiser copied to clipboard

Pathfinding JS Console Error Causes Application Failure

Open Ganellon opened this issue 7 years ago • 0 comments

From Google Chrome: pathfinding-visualizer,js line 63

Uncaught TypeError: Cannot read property 'run' of undefined at Object.module.run (http://www.growingwiththeweb.com/bower_components/pathfinding-visualiser/src/pathfinding-visualiser.js:63:22) at HTMLElement.run (http://www.growingwiththeweb.com/projects/pathfinding-visualiser/:17810:31) at HTMLCanvasElement. (http://www.growingwiththeweb.com/projects/pathfinding-visualiser/:17776:19)

From Microsoft Edge: SCRIPT5007: Unable to get property 'run' of undefined or null reference

This error occurs upon switching from A* Binary Heap to any other algorithm / data structure

Ganellon avatar Oct 22 '16 14:10 Ganellon