added createAttribute method to script API

This commit is contained in:
azivner 2018-02-13 22:46:45 -05:00
parent 9bf1735bde
commit dfd9927310

View file

@ -54,6 +54,8 @@ function ScriptContext(noteId, dataKey) {
return noteId;
};
this.createAttribute = attributes.createAttribute;
this.updateEntity = this.repository.updateEntity;
this.log = function(message) {