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

6 lines 191 B
Ext.define('Pandora.view.RecentlyPlayedScroller', { extend: 'Ext.view.View', alias: 'widget.recentlyplayedscroller', store: 'RecentSongs', itemTpl: '<div>{name}</div>' });