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