Update codecell.js

pull/2173/head
Jason Grout 9 years ago committed by GitHub
parent b72ab070b3
commit 971c63d780

@ -510,7 +510,7 @@ define([
CodeCell.prototype.clear_output = function (wait) {
this.output_area.clear_output(wait);
this.set_input_prompt();
this.events.trigger('clearOutput.CodeCell', {cell: this});
this.events.trigger('clear_output.CodeCell', {cell: this});
};

Loading…
Cancel
Save