##// END OF EJS Templates
Removing stale code in CodeCell.
Brian Granger -
Show More
@@ -146,7 +146,6 b' var IPython = (function (IPython) {'
146 this.output_area.clear_output(true, true, true);
146 this.output_area.clear_output(true, true, true);
147 this.set_input_prompt('*');
147 this.set_input_prompt('*');
148 this.element.addClass("running");
148 this.element.addClass("running");
149 var code = this.get_text();
150 var callbacks = {
149 var callbacks = {
151 'execute_reply': $.proxy(this._handle_execute_reply, this),
150 'execute_reply': $.proxy(this._handle_execute_reply, this),
152 'output': $.proxy(this.output_area.handle_output, this.output_area),
151 'output': $.proxy(this.output_area.handle_output, this.output_area),
General Comments 0
You need to be logged in to leave comments. Login now