UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid 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();