UNPKG

alloy

Version:

Appcelerator Titanium MVC Framework

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