| /*
 * Created With Raptor
 * Copyrigth 2013
 */
 
Ext.application({
    name: '{{name}}',
    // automatically create an instance of AM.view.Viewport
    autoCreateViewport: true,
    
    models: ['GenericModel','GenericTreeModel'],    
    stores: ['Generic','GenericTreeStore'],
    controllers: ['Generic']
});
 |