Add apiTemplateRender back to mixed api.js
This commit is contained in:
parent
6194f9f585
commit
61c6a753ce
@ -65,6 +65,10 @@ function apiNoteView(noteId) {
|
||||
return _apiInvoke('noteView', {noteId});
|
||||
}
|
||||
|
||||
function apiTemplateRender(template, data) {
|
||||
return _apiInvoke('templateRender', {data, template});
|
||||
}
|
||||
|
||||
function apiAudioGetUrl(definition, source, optionsContext) {
|
||||
return _apiInvoke('audioGetUrl', {definition, source, optionsContext});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user