Open ForbiddenEra opened 7 months ago
Using tree.js and tree.min.js from the dist/ in this repo results in:
tree.js
tree.min.js
dist/
Uncaught SyntaxError: unexpected token: ':'[tree.js:1:11](https://<redacted>/js/tree.js)
Using standard script tag as documented for vanilla usage.
Looking at the object itself, doesn't look right either aside from the apparent syntax error.
Note that the version from the example (at https://daweilv.github.io/treejs/dist/tree.min.js) does work and looks as expected.
Using
tree.js
andtree.min.js
from thedist/
in this repo results in:Uncaught SyntaxError: unexpected token: ':'[tree.js:1:11](https://<redacted>/js/tree.js)
Using standard script tag as documented for vanilla usage.
Looking at the object itself, doesn't look right either aside from the apparent syntax error.