DEV: Pass current cell to the execute cell event.

This commit is contained in:
Scott Sanderson 2014-11-23 20:59:22 -05:00
parent 16b9150151
commit 4ed34d4f9d

View File

@ -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});
};
/**