SAMPClients.js 125 Bytes
Ext.define('treps.store.SAMPClients', {
	extend: 'Ext.data.Store',

	model: 'treps.model.SAMPClient',

	idProperty: 'id'
});