UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

9 lines (7 loc) • 156 B
function filterItems(collection) { return collection.where({enabled:true}); } if (OS_IOS) { Alloy.Collections.items.trigger('change'); } $.index.open();