mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
updates per review
- two-part protocol version (5.0) - default value for cursor_pos is end of code - docs, comment, and docstring touchups
This commit is contained in:
parent
378223e791
commit
97fdfea52a
@ -251,11 +251,6 @@ var IPython = (function (IPython) {
|
||||
this.reset_tabs_function (cell, text);
|
||||
}
|
||||
|
||||
// don't do anything if line begins with '(' or is empty
|
||||
// if (text === "" || text === "(") {
|
||||
// return;
|
||||
// }
|
||||
|
||||
this.tabs_functions[this._consecutive_counter](cell, text, cursor_pos);
|
||||
|
||||
// then if we are at the end of list function, reset
|
||||
|
Loading…
Reference in New Issue
Block a user