Hi I am building a iOS app using Appcelerator,
I have a file app.js and a file webService.js
the file webService.js contains a function x
now from my app.js file i want to call function x that is present in the webService.js
file.
I searched a lot but i only found that using html..i am not using any html in it, it is just pure javascript.
Have you tried using