##// END OF EJS Templates
remove useless comment
Matthias BUSSONNIER -
Show More
@@ -278,7 +278,6 b' define(['
278 var config = this.mergeopt(RawCell, options.config);
278 var config = this.mergeopt(RawCell, options.config);
279 TextCell.apply(this, [$.extend({}, options, {config: config})]);
279 TextCell.apply(this, [$.extend({}, options, {config: config})]);
280
280
281 // RawCell should always hide its rendered div
282 this.cell_type = 'raw';
281 this.cell_type = 'raw';
283 };
282 };
284
283
General Comments 0
You need to be logged in to leave comments. Login now