In simplest form, I need to include the Global.js file in every other class. without having to place it in each class individually. So, the equivalent of doing this in every class in the entire application:
Ti.include('Global.js');
1 Answer
Get rid of includes. Move to commonJS and single context app. U'll have some work to do but the result will worth every single drop of sweat :)
Your Answer
Think you can help? Login to answer this question!