##// END OF EJS Templates
appropriate heading level when loading from JSON
Paul Ivanov -
Show More
@@ -365,6 +365,7 b' define(['
365 this.level = data.level;
365 this.level = data.level;
366 }
366 }
367 TextCell.prototype.fromJSON.apply(this, arguments);
367 TextCell.prototype.fromJSON.apply(this, arguments);
368 this.code_mirror.setOption("theme", "heading-"+this.level);
368 };
369 };
369
370
370
371
General Comments 0
You need to be logged in to leave comments. Login now