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>

18 lines (14 loc) 357 B
function updateLabel(e) { $.label.text = Math.round($.slider.value) + 's'; } function testPatience(e) { Alloy.createController('dialog').show($.slider.value * 1000); } $.index.open(); if (!ENV_PROD) { require('specs/index')($); } // test the themed lib/foo.js file, should // log a message noting the theme's name var foo = require('foo').foo; foo();