##// END OF EJS Templates
This, that, and the other thing
Jonathan Frederic -
Show More
@@ -343,7 +343,7 b' define(['
343 for (var id in model.views) {
343 for (var id in model.views) {
344 if (model.views.hasOwnProperty(id)) {
344 if (model.views.hasOwnProperty(id)) {
345 var view = model.views[id];
345 var view = model.views[id];
346 var cell_index = this.notebook.find_cell_index(view.options.cell);
346 var cell_index = that.notebook.find_cell_index(view.options.cell);
347 state[model_id].views.push(cell_index);
347 state[model_id].views.push(cell_index);
348 }
348 }
349 }
349 }
General Comments 0
You need to be logged in to leave comments. Login now