mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Tabs converted to spaces for #4643
This commit is contained in:
parent
fad1f14142
commit
9681bdd177
@ -217,8 +217,8 @@ var IPython = (function (IPython) {
|
||||
}
|
||||
// remove everything after last open bracket
|
||||
line = line.replace(endBracket, "");
|
||||
// reset the regex object
|
||||
Tooltip.last_token_re.lastIndex = 0;
|
||||
// reset the regex object
|
||||
Tooltip.last_token_re.lastIndex = 0;
|
||||
return Tooltip.last_token_re.exec(line)
|
||||
};
|
||||
|
||||
@ -269,7 +269,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
// then if we are at the end of list function, reset
|
||||
if (this._consecutive_counter == this.tabs_functions.length) {
|
||||
this.reset_tabs_function (cell, text);
|
||||
this.reset_tabs_function (cell, text);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user