fix "Expand All" from the context menu

This commit is contained in:
Damien Churchill 2009-04-28 08:56:03 +00:00
parent 68f5afa89c
commit a579c3b2c7
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ Copyright:
onItemClick: function(baseItem, e) { onItemClick: function(baseItem, e) {
switch (baseItem.id) { switch (baseItem.id) {
case 'expandAll': case 'expandAll':
this.panel.expandAll(); this.expandAll();
break; break;
default: default:
var indexes = {}; var indexes = {};

File diff suppressed because one or more lines are too long