UNPKG

@titanium/turbo

Version:

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

16 lines (12 loc) • 290 B
function handler(e) { alert('got this from custom event: ' + e.message); } function removeListener() { $.requiredController.off('someEvent', handler); } $.requiredController.on('someEvent', handler); $.index.open(); // runtime unit tests if (!ENV_PROD) { require('specs/index')($); }