add output_added.OutputArea event

pull/2286/head
Min RK 9 years ago
parent 7756fd34a9
commit 93d8f3fe0f

@ -335,6 +335,11 @@ define([
if (record_output) {
this.outputs.push(json);
}
this.events.trigger('output_added.OutputArea', {
output: json,
output_area: this,
});
};
OutputArea.prototype.handle_appended = function () {

Loading…
Cancel
Save