fix default empty option

pull/37/head
Matthias BUSSONNIER 13 years ago
parent f74bb684f6
commit a05bb1cfe3

@ -36,6 +36,7 @@ var IPython = (function (IPython) {
* @param [options.cm_config] {object} config to pass to CodeMirror
*/
var CodeCell = function (kernel, options) {
var options = options || {}
this.kernel = kernel || null;
this.code_mirror = null;
this.input_prompt_number = null;

Loading…
Cancel
Save