UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

8 lines 190 B
Alloy.Collections.dummy = new Backbone.Collection(); Alloy.Collections.dummy.add([ { title: 'row 1' }, { title: 'row 2' }, { title: 'row 3' }, { title: 'row 4' }, { title: 'row 5' } ]);