Remove duplicate setting of this.notebook

Should be a noop
This commit is contained in:
yuvipanda 2018-01-23 22:31:59 -08:00
parent 8441005a39
commit 194a84a324

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,