Skip to content

Commit fe9c5d8

Browse files
committed
typo fix
1 parent 9e4131b commit fe9c5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7394,7 +7394,7 @@
73947394
hitem._expand = JSROOT.findFunction(handle.expand);
73957395
if (typeof hitem['_expand'] == 'function') {
73967396
hitem._more = true; // use as workaround - not try to repeat same action
7397-
hpainter.expand(itemname, call_back, tree_node);
7397+
hpainter.expand(itemname, call_back, d3cont);
73987398
delete hitem._more;
73997399
}
74007400
});

0 commit comments

Comments
 (0)