tree utils as a module

This commit is contained in:
azivner
2017-11-04 22:18:36 -04:00
parent 900f169dab
commit 30df3cba1c
10 changed files with 82 additions and 65 deletions

View File

@@ -21,7 +21,7 @@ const addLink = (function() {
linkTitleEl.val('');
function setDefaultLinkTitle(noteId) {
const noteTitle = getNoteTitle(noteId);
const noteTitle = treeUtils.getNoteTitle(noteId);
linkTitleEl.val(noteTitle);
}