Show More
@@ -28,13 +28,13 b' var IPython = (function (IPython) {' | |||
|
28 | 28 | this.bind_events(); |
|
29 | 29 | } |
|
30 | 30 | this.cell_id = utils.uuid(); |
|
31 | ||
|
32 | 31 | }; |
|
33 | 32 | |
|
34 | 33 | |
|
35 | 34 | // Subclasses must implement create_element. |
|
36 | 35 | Cell.prototype.create_element = function () {}; |
|
37 | 36 | |
|
37 | ||
|
38 | 38 | Cell.prototype.bind_events = function () { |
|
39 | 39 | var that = this; |
|
40 | 40 | // We trigger events so that Cell doesn't have to depend on Notebook. |
General Comments 0
You need to be logged in to leave comments.
Login now