javscript

Hi, 

I'm trying to create a widget composed of a more js files that are all connected to eatch other, and they will need to call functions from eatch other.

What development pattern can I follow in Telligent, to make one JS file aware of another without bringing in .vm files?

I have tried injecting IIFE into another following the module pattern but it doesn't work, should I use something like require.js?

Best Regards,

Silviu