UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

8 lines (7 loc) 258 B
Ext.define('KitchenSink.store.Thumbnails', { extend: 'Ext.data.Store', // even though this is not a tree store, it uses a TreeModel because it contains // records from the navigation tree. model: 'Ext.data.TreeModel', proxy: 'memory' });