##// END OF EJS Templates
Why overriding a method if the new one is exactly the same of the one...
Raffaele De Feo -
Show More
@@ -407,11 +407,6 b' var IPython = (function (IPython) {'
407 };
407 };
408
408
409
409
410 HeadingCell.prototype.set_rendered = function (html) {
411 this.element.find("div.text_cell_render").html(html);
412 };
413
414
415 HeadingCell.prototype.get_rendered = function () {
410 HeadingCell.prototype.get_rendered = function () {
416 var r = this.element.find("div.text_cell_render");
411 var r = this.element.find("div.text_cell_render");
417 return r.children().first().html();
412 return r.children().first().html();
General Comments 0
You need to be logged in to leave comments. Login now