Suppos the new module is called "mymodule", I added an Utils Object inheriting from mymodule root Obect, then added a function "testfunc".
Now when I try to call the function via $mymodule.Utils.testfunc, it complains Utils is not found. What change is needed to make Utils accessible?
Thank you.
Dong Luo