Step.js 125 Bytes
Ext.define('treps.model.Step', {
    extend: 'Ext.data.Model',
	
	fields: ['id','description','panel','controller']
});