| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 | [    {        name: 'Kitchen Sink',        thumb: 'sink.png',        url: 'kitchensink',        type: 'Application'    },    {        name: 'Twitter app',        thumb: 'twitter.png',        url: 'twitter',        type: 'Application'    },    {        name: 'Kiva app',        thumb: 'kiva.png',        url: 'kiva',        type: 'Application'    },    {        // duplicate Kiva app as an example so something happens when type is the secondary sort in the multisort example        name: 'Kiva app',        thumb: 'kiva.png',        url: 'kiva',        type: 'Example'     },    {        name: 'Geocongress',        thumb: 'geocongress.png',        url: 'geocongress',        type: 'Application'    },    {        name: 'AJAX',        thumb: 'ajax.png',        url: 'ajax',        type: 'Example'    },    {        name: 'Carousel',        thumb: 'carousel.png',        url: 'carousel',        type: 'Example'    },    {        name: 'Drag & Drop',        thumb: 'DnD.png',        url: 'dragdrop',        type: 'Example'    },    {        name: 'Forms',        thumb: 'forms.png',        url: 'forms',        type: 'Example'    },    {        name: 'Guide',        thumb: 'guide.png',        url: 'guide',        type: 'Example'    },    {        name: 'Icons',        thumb: 'icons.png',        url: 'icons',        type: 'Example'    },    {        name: 'Map',        thumb: 'map.png',        url: 'map',        type: 'Example'    },    {        name: 'Nested List',        thumb: 'nestedList.png',        url: 'nestedlist',        type: 'Example'    },    {        name: 'Overlays',        thumb: 'overlays.png',        url: 'overlays',        type: 'Example'    },    {        name: 'Picker',        thumb: 'picker.png',        url: 'picker',        type: 'Example'    },    {        name: 'Sortable',        thumb: 'sortable.png',        url: 'sortable',        type: 'Example'    },    {        name: 'Tabs',        thumb: 'tabs.png',        url: 'tabs',        type: 'Example'    },    {        name: 'Tabs 2',        thumb: 'tabs2.png',        url: 'tabs2',        type: 'Example'    },    {        name: 'Toolbars',        thumb: 'toolbars.png',        url: 'toolbars',        type: 'Example'    },    {        name: 'YQL',        thumb: 'yql.png',        url: 'yql',        type: 'Example'    }]
 |