mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
fix some whitespace
This commit is contained in:
parent
d88f7d4c72
commit
6526b6ea68
@ -28,13 +28,13 @@ var IPython = (function (IPython) {
|
|||||||
this.bind_events();
|
this.bind_events();
|
||||||
}
|
}
|
||||||
this.cell_id = utils.uuid();
|
this.cell_id = utils.uuid();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Subclasses must implement create_element.
|
// Subclasses must implement create_element.
|
||||||
Cell.prototype.create_element = function () {};
|
Cell.prototype.create_element = function () {};
|
||||||
|
|
||||||
|
|
||||||
Cell.prototype.bind_events = function () {
|
Cell.prototype.bind_events = function () {
|
||||||
var that = this;
|
var that = this;
|
||||||
// We trigger events so that Cell doesn't have to depend on Notebook.
|
// We trigger events so that Cell doesn't have to depend on Notebook.
|
||||||
|
Loading…
Reference in New Issue
Block a user