mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
remove unused variable
This commit is contained in:
parent
887e0dd154
commit
74a9789ef9
@ -111,7 +111,6 @@ define(function (require) {
|
||||
this.element = $(selector);
|
||||
this.element.scroll();
|
||||
this.element.data("notebook", this);
|
||||
this.next_prompt_number = 1;
|
||||
this.session = null;
|
||||
this.kernel = null;
|
||||
this.kernel_busy = false;
|
||||
|
Loading…
Reference in New Issue
Block a user