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:
MinRK 2014-05-06 22:38:42 -07:00
parent 378223e791
commit 97fdfea52a

View File

@ -251,11 +251,6 @@ var IPython = (function (IPython) {
this.reset_tabs_function (cell, text); 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); this.tabs_functions[this._consecutive_counter](cell, text, cursor_pos);
// then if we are at the end of list function, reset // then if we are at the end of list function, reset