remove now unnecessary 'dist' folder
most files already existed (and were used from) elsewhere. delaunay.js has been moved to external/, and max-links updated to include from there build.py updated to take account of no 'dist' folder (although it does allow for one if it's needed again in the future)
This commit is contained in:
@ -84,7 +84,7 @@ window.plugin.maxLinks.updateLayer = function() {
|
||||
|
||||
window.plugin.maxLinks.setup = function() {
|
||||
try { console.log('Loading delaunay JS now'); } catch(e) {}
|
||||
@@INCLUDERAW:dist/delaunay.js@@
|
||||
@@INCLUDERAW:external/delaunay.js@@
|
||||
try { console.log('done loading delaunay JS'); } catch(e) {}
|
||||
|
||||
window.delaunay.Triangle.prototype.draw = function(layer, divX, divY) {
|
||||
|
Reference in New Issue
Block a user