Hi joe.
I have a one problem with using callJS plugin.
Could you help me to solve my problem?
I made a .js file and I compiled and executed it. It was good.
But when I called a my .js file on callJS plugin,
it didn't work. Sentence of error by callJS is below
"ReferenceError : a is not defined"
'a' is variable. This .js file is working good on normal web browser, such as chrome or whatever.
I thought a loading time of custom .js file is later than c2runtime.js file,
so declared variable in my .js file could not load in callJS plugin.
Sorry for disturbing your work,
I hope you'll answer my question.
Thank you.
karl