We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Note that the version from the example (at https://daweilv.github.io/treejs/dist/tree.min.js) does work and looks as expected.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: