mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Remove duplicate setting of this.notebook
Should be a noop
This commit is contained in:
parent
8441005a39
commit
194a84a324
@ -57,8 +57,7 @@ define([
|
||||
this.notebook = options.notebook;
|
||||
this.events = options.events;
|
||||
this.config = options.config;
|
||||
this.notebook = options.notebook;
|
||||
|
||||
|
||||
// we cannot put this as a class key as it has handle to "this".
|
||||
Cell.apply(this, [{
|
||||
config: options.config,
|
||||
|
Loading…
Reference in New Issue
Block a user