mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
trigger
This commit is contained in:
parent
2d04c5402f
commit
82b0722486
@ -182,6 +182,8 @@ export default class DataDeserializer {
|
|||||||
record[template.properties[i].name] = ar[i];
|
record[template.properties[i].name] = ar[i];
|
||||||
|
|
||||||
reply.trigger(record);
|
reply.trigger(record);
|
||||||
|
}).error((x)=> {
|
||||||
|
reply.triggerError(x);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user