Merge pull request #3256 from yuvipanda/remove-dup

Remove duplicate setting of this.notebook
This commit is contained in:
Thomas Kluyver 2018-01-27 10:15:42 +00:00 committed by GitHub
commit f38aceee48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,