Show More
@@ -322,8 +322,8 var IPython = (function (IPython) { | |||
|
322 | 322 | } |
|
323 | 323 | } |
|
324 | 324 | } |
|
325 |
// fallback on default |
|
|
326 |
var default_mode = this. |
|
|
325 | // fallback on default | |
|
326 | var default_mode = this._options.cm_config.mode || 'text/plain'; | |
|
327 | 327 | this.code_mirror.setOption('mode', default_mode); |
|
328 | 328 | }; |
|
329 | 329 |
General Comments 0
You need to be logged in to leave comments.
Login now