]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/MVC/pandora/app/view/RecentlyPlayedScroller.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / MVC / pandora / app / view / RecentlyPlayedScroller.js
CommitLineData
6527f429
DM
1Ext.define('Pandora.view.RecentlyPlayedScroller', {\r
2 extend: 'Ext.view.View',\r
3 alias: 'widget.recentlyplayedscroller', \r
4 store: 'RecentSongs',\r
5 itemTpl: '<div>{name}</div>'\r
6});