##// END OF EJS Templates
Removing stale code in CodeCell.
Brian Granger -
Show More
@@ -146,7 +146,6 b' var IPython = (function (IPython) {'
146 146 this.output_area.clear_output(true, true, true);
147 147 this.set_input_prompt('*');
148 148 this.element.addClass("running");
149 var code = this.get_text();
150 149 var callbacks = {
151 150 'execute_reply': $.proxy(this._handle_execute_reply, this),
152 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