UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

8 lines (7 loc) • 235 B
// "$.index" is the main Window. If the top-level UI element is not assigned // an explicit ID, the name of the view is used as its ID automatically. $.index.open(); // runtime unit tests if (!ENV_PROD) { require('specs/index')($); }