UNPKG

alloy

Version:

TiDev Titanium MVC 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'); }