Blame view

ihm/app/store/SAMPClients.js 125 Bytes
346b85c6   Benjamin Renard   First commit with...
1
2
3
4
5
6
7
Ext.define('treps.store.SAMPClients', {
	extend: 'Ext.data.Store',

	model: 'treps.model.SAMPClient',

	idProperty: 'id'
});