UNPKG

alloy

Version:

TiDev Titanium MVC Framework

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