naming standards

This commit is contained in:
azivner
2018-04-08 09:25:35 -04:00
parent 120888b53e
commit 0104b19502
3 changed files with 13 additions and 13 deletions

View File

@@ -293,7 +293,7 @@ function initFancyTree(branch) {
keyboard: false, // we takover keyboard handling in the hotkeys plugin
extensions: ["hotkeys", "filter", "dnd", "clones"],
source: branch,
scrollParent: $("#tree"),
scrollParent: $tree,
click: (event, data) => {
const targetType = data.targetType;
const node = data.node;