-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Graphics.js:45 Uncaught TypeError: cb is not a function #19
Comments
Same here! :/ Can't make it work :/ |
20 line in example.js this._Graphics.initialize("../build/", () => fix to this._Graphics.initialize(() => .......
}, "../build/"); cb is not a function.. The parameter order is incorrect. sorry. English is too difficult |
good job.It worked well@DesignerSin |
Thank you so much, @DesignerSin! |
Superb! Thank you 👌👌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flowing the readme.md,but can't run.There is a error in console:
The text was updated successfully, but these errors were encountered: