fix code mirror loading

This commit is contained in:
azivner
2018-04-07 15:56:46 -04:00
parent 8c5df6321f
commit 08af4a0465
4 changed files with 15 additions and 14 deletions

View File

@@ -57,7 +57,8 @@ function ScriptApi(startNote, currentNote) {
formatDateISO: utils.formatDateISO,
parseDate: utils.parseDate,
showMessage: utils.showMessage,
showError: utils.showError
showError: utils.showError,
reloadTree: treeService.reload
}
}