diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 628a2f2..c3af163 100644 --- a/IPython/html/static/notebook/js/textcell.js +++ b/IPython/html/static/notebook/js/textcell.js @@ -278,7 +278,6 @@ define([ var config = this.mergeopt(RawCell, options.config); TextCell.apply(this, [$.extend({}, options, {config: config})]); - // RawCell should always hide its rendered div this.cell_type = 'raw'; };