Skip to content

Commit 194a84a

Browse files
committed
Remove duplicate setting of this.notebook
Should be a noop
1 parent 8441005 commit 194a84a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebook/static/notebook/js/textcell.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ define([
5757
this.notebook = options.notebook;
5858
this.events = options.events;
5959
this.config = options.config;
60-
this.notebook = options.notebook;
61-
60+
6261
// we cannot put this as a class key as it has handle to "this".
6362
Cell.apply(this, [{
6463
config: options.config,

0 commit comments

Comments
 (0)