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

5 lines 146 B
Ext.define('Pandora.store.Stations', { extend: 'Ext.data.Store', requires: 'Pandora.model.Station', model: 'Pandora.model.Station' });