UNPKG

@titanium/turbo

Version:

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

10 lines (8 loc) • 128 B
function doClick(e) { alert($.t.text); } $.index.open(); // runtime unit tests if (!ENV_PROD) { require('specs/index')($); }