UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

5 lines • 201 B
if (Ti.version < '3.1.0') { alert('Ti.UI.ListView requires Titanium SDK 3.1.0 or higher'); } else if (Alloy.version < '1.2.0') { alert('ListView markup integration requires Alloy 1.2.0 or higher'); }