fix "Expand All" from the context menu
This commit is contained in:
parent
68f5afa89c
commit
a579c3b2c7
|
@ -113,7 +113,7 @@ Copyright:
|
|||
onItemClick: function(baseItem, e) {
|
||||
switch (baseItem.id) {
|
||||
case 'expandAll':
|
||||
this.panel.expandAll();
|
||||
this.expandAll();
|
||||
break;
|
||||
default:
|
||||
var indexes = {};
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue