UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

8 lines (7 loc) 120 B
function showAlert(e) { alert(e.source.title); } // runtime unit tests if (!ENV_PROD) { require('specs/window')($); }