Why overriding a method if the new one is exactly the same of the one

in the base class?
pull/37/head
Raffaele De Feo 12 years ago
parent dcf77aa2a0
commit 5b6b8e2bbf

@ -407,11 +407,6 @@ var IPython = (function (IPython) {
};
HeadingCell.prototype.set_rendered = function (html) {
this.element.find("div.text_cell_render").html(html);
};
HeadingCell.prototype.get_rendered = function () {
var r = this.element.find("div.text_cell_render");
return r.children().first().html();

Loading…
Cancel
Save