UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

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')($); }