mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #3256 from yuvipanda/remove-dup
Remove duplicate setting of this.notebook
This commit is contained in:
commit
f38aceee48
@ -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