Skip to content
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

Open
chenhongen opened this issue Apr 11, 2019 · 5 comments
Open

Graphics.js:45 Uncaught TypeError: cb is not a function #19

chenhongen opened this issue Apr 11, 2019 · 5 comments

Comments

@chenhongen
Copy link

Flowing the readme.md,but can't run.There is a error in console:
image

@ronaldohoch
Copy link

Same here! :/

Can't make it work :/

@DesignerSin
Copy link

20 line in example.js

this._Graphics.initialize("../build/", () =>

fix to

this._Graphics.initialize(() =>

.......

ready();

}, "../build/");

cb is not a function..

The parameter order is incorrect.

sorry. English is too difficult

@chenhongen
Copy link
Author

good job.It worked well@DesignerSin

@ronaldohoch
Copy link

Thank you so much, @DesignerSin!

@joelsoncastro
Copy link

Superb! Thank you 👌👌

crtl added a commit to crtl/Flare-JS that referenced this issue Nov 1, 2019
crtl added a commit to crtl/Flare-JS that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants