Flare-JS icon indicating copy to clipboard operation
Flare-JS copied to clipboard

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

Open chenhongen opened this issue 5 years ago • 5 comments

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

chenhongen avatar Apr 11 '19 13:04 chenhongen

Same here! :/

Can't make it work :/

ronaldohoch avatar Apr 11 '19 15:04 ronaldohoch

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

DesignerSin avatar Apr 14 '19 13:04 DesignerSin

good job.It worked well@DesignerSin

chenhongen avatar Apr 14 '19 13:04 chenhongen

Thank you so much, @DesignerSin!

ronaldohoch avatar Apr 15 '19 12:04 ronaldohoch

Superb! Thank you 👌👌

joelsoncastro avatar Jun 28 '19 21:06 joelsoncastro