mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
remove global
This commit is contained in:
parent
5d8f0da694
commit
72e3ea89ee
@ -42,7 +42,6 @@ var IPython = (function (IPython) {
|
||||
readOnly: this.read_only,
|
||||
onKeyEvent: $.proxy(this.handle_codemirror_keyevent,this)
|
||||
});
|
||||
cm = this.code_mirror
|
||||
input.append(input_area);
|
||||
var output = $('<div></div>').addClass('output vbox');
|
||||
cell.append(input).append(output);
|
||||
|
Loading…
Reference in New Issue
Block a user