add missing cell_type = "code";

pull/37/head
MinRK 13 years ago
parent 265a8e7edb
commit 0beb0a7828

@ -67,6 +67,7 @@ var IPython = (function (IPython) {
this.input_prompt_number = null;
this.collapsed = false;
this.default_mode = 'ipython';
this.cell_type = "code";
var cm_overwrite_options = {

Loading…
Cancel
Save