UNPKG

grunt-sencha-dependencies

Version:

A Grunt.js plugin which will figure out the order of Ext classes your Ext.application uses so the list can be passed on to further commands like concat, jshint, etc

9 lines 246 B
Ext.define('Pandora.view.NewStation', { extend: 'Ext.form.field.ComboBox', emptyText: 'Search station', alias: 'widget.newstation', store: 'SearchResults', queryMode: 'local', displayField: 'name', valueField: 'id' });