added showMessage/showError to script api as they are being used

This commit is contained in:
azivner 2018-04-06 19:08:42 -04:00
parent 9b5a44cef4
commit 0cef5c6b8c

View file

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