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>

8 lines (7 loc) 235 B
// "$.index" is the main Window. If the top-level UI element is not assigned // an explicit ID, the name of the view is used as its ID automatically. $.index.open(); // runtime unit tests if (!ENV_PROD) { require('specs/index')($); }