mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-26 23:03:13 +00:00
trigger
This commit is contained in:
@ -182,6 +182,8 @@ export default class DataDeserializer {
|
||||
record[template.properties[i].name] = ar[i];
|
||||
|
||||
reply.trigger(record);
|
||||
}).error((x)=> {
|
||||
reply.triggerError(x);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user