DEV: Pass current cell to the execute cell event.

Scott Sanderson 12 years ago
parent 16b9150151
commit 4ed34d4f9d

@ -338,7 +338,7 @@ define([
}
CodeCell.msg_cells[this.last_msg_id] = this;
this.render();
this.events.trigger('execute.CodeCell');
this.events.trigger('execute.CodeCell', {cell: this});
};
/**

Loading…
Cancel
Save