Show More
@@ -135,7 +135,7 b' define(function (require) {' | |||
|
135 | 135 | this.notebook_name_blacklist_re = /[\/\\:]/; |
|
136 | 136 | this.nbformat = 4; // Increment this when changing the nbformat |
|
137 | 137 | this.nbformat_minor = this.current_nbformat_minor = 0; // Increment this when changing the nbformat |
|
138 |
this.codemirror_mode = ' |
|
|
138 | this.codemirror_mode = 'text'; | |
|
139 | 139 | this.create_elements(); |
|
140 | 140 | this.bind_events(); |
|
141 | 141 | this.kernel_selector = null; |
General Comments 0
You need to be logged in to leave comments.
Login now