Show More
@@ -379,7 +379,7 define([ | |||||
379 | * @return {jQuery} A selector of all cell elements |
|
379 | * @return {jQuery} A selector of all cell elements | |
380 | */ |
|
380 | */ | |
381 | Notebook.prototype.get_cell_elements = function () { |
|
381 | Notebook.prototype.get_cell_elements = function () { | |
382 |
return this.container. |
|
382 | return this.container.find(".cell").not('.cell .cell'); | |
383 | }; |
|
383 | }; | |
384 |
|
384 | |||
385 | /** |
|
385 | /** |
General Comments 0
You need to be logged in to leave comments.
Login now