UNPKG

@titanium/turbo

Version:

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

10 lines (9 loc) • 154 B
function fireEvent(e) { $.trigger('someEvent', { message:$.text.value }); } // runtime unit tests if (!ENV_PROD) { require('specs/CustomView')($); }