UNPKG

pathfinding

Version:

Comprehensive pathfinding library for grid based games

15 lines (12 loc) 325 B
$(document).ready(function() { if (!Raphael.svg) { window.location = './notsupported.html'; } // suppress select events $(window).bind('selectstart', function(event) { event.preventDefault(); }); // initialize visualization Panel.init(); Controller.init(); });