moved all global variables into glob object

This commit is contained in:
azivner
2017-11-04 00:05:08 -04:00
parent 3892666961
commit 44cfff09d9
13 changed files with 79 additions and 79 deletions

View File

@@ -7,7 +7,7 @@ function getParentEncryption(node) {
}
function getNodeByKey(noteId) {
return globalTree.fancytree('getNodeByKey', noteId);
return glob.tree.fancytree('getNodeByKey', noteId);
}
function getNoteTitle(noteId) {