UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

16 lines (14 loc) • 337 B
function openDialog(e) { if (OS_MOBILEWEB) { alert('Mobileweb version not full implemented.\nSee TIMOB-13816 for details.'); } else { Alloy.createController(e.source.title, { message: 'Opened ' + e.source.title }).openDialog($.index); } } $.index.open(); // runtime unit tests if (!ENV_PROD) { require('specs/index')($); }