mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #3256 from yuvipanda/remove-dup
Remove duplicate setting of this.notebook
This commit is contained in:
commit
f38aceee48
@ -57,7 +57,6 @@ 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, [{
|
||||
|
Loading…
Reference in New Issue
Block a user