Show More
@@ -36,6 +36,7 var IPython = (function (IPython) { | |||
|
36 | 36 | * @param [options.cm_config] {object} config to pass to CodeMirror |
|
37 | 37 | */ |
|
38 | 38 | var CodeCell = function (kernel, options) { |
|
39 | var options = options || {} | |
|
39 | 40 | this.kernel = kernel || null; |
|
40 | 41 | this.code_mirror = null; |
|
41 | 42 | this.input_prompt_number = null; |
General Comments 0
You need to be logged in to leave comments.
Login now