Skip to content

Commit f38acee

Browse files
authored
Merge pull request #3256 from yuvipanda/remove-dup
Remove duplicate setting of this.notebook
2 parents 8441005 + 194a84a commit f38acee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebook/static/notebook/js/textcell.js

+1-2
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)