This commit is contained in:
azivner
2018-04-07 13:14:01 -04:00
parent e378d9f645
commit d19f044961
2 changed files with 3 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ function ScriptApi(startNote, currentNote) {
getInstanceName: () => window.glob.instanceName,
runOnServer,
formatDateISO: utils.formatDateISO,
parseDate: utils.parseDate,
showMessage: utils.showMessage,
showError: utils.showError
}