refactoring of note creation

This commit is contained in:
azivner
2018-03-31 22:23:40 -04:00
parent 5f7e74e15c
commit 4f200c73dc
2 changed files with 21 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ import infoService from "./info.js";
import treeBuilder from "./tree_builder.js";
import treeKeyBindings from "./tree_keybindings.js";
import Branch from '../entities/branch.js';
import NoteShort from '../entities/note_short.js';
const $tree = $("#tree");
const $parentList = $("#parent-list");