got rid of instanceName in tree service

This commit is contained in:
azivner
2018-03-25 22:56:23 -04:00
parent 91ee90d827
commit cdf94181d2
2 changed files with 3 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ function ScriptApi(startNote, currentNote) {
currentNote: currentNote,
addButtonToToolbar,
activateNote,
getInstanceName: treeService.getInstanceName,
getInstanceName: () => window.glob.instanceName,
runOnServer
}
}