UNPKG

alloy

Version:

TiDev Titanium MVC Framework

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