Skip to content

Commit

Permalink
Remove unused list panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Jan 17, 2011
1 parent 9d1017a commit 71758fa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions public/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,6 @@ ListDemo = new Ext.Application({

launch: function() {

ListDemo.simpleList = new Ext.List({
xtype: 'list',
store: ListDemo.ListStore,
itemTpl: '<div class="contact">{firstName} {lastName}</div>'
});

ListDemo.groupedList = new Ext.List({
store: ListDemo.ListStore,
itemTpl: '<div class="contact">{firstName} {lastName}</div>',
grouped: true,
indexBar: true
});

ListDemo.disclosureList = new Ext.List({
id: 'disclosurelist',
onItemDisclosure: function(record, btn, index) {
Expand Down

0 comments on commit 71758fa

Please sign in to comment.