Show More
@@ -217,8 +217,8 b' var IPython = (function (IPython) {' | |||||
217 | } |
|
217 | } | |
218 | // remove everything after last open bracket |
|
218 | // remove everything after last open bracket | |
219 | line = line.replace(endBracket, ""); |
|
219 | line = line.replace(endBracket, ""); | |
220 |
|
|
220 | // reset the regex object | |
221 |
|
|
221 | Tooltip.last_token_re.lastIndex = 0; | |
222 | return Tooltip.last_token_re.exec(line) |
|
222 | return Tooltip.last_token_re.exec(line) | |
223 | }; |
|
223 | }; | |
224 |
|
224 | |||
@@ -269,7 +269,7 b' var IPython = (function (IPython) {' | |||||
269 |
|
269 | |||
270 | // then if we are at the end of list function, reset |
|
270 | // then if we are at the end of list function, reset | |
271 | if (this._consecutive_counter == this.tabs_functions.length) { |
|
271 | if (this._consecutive_counter == this.tabs_functions.length) { | |
272 |
|
|
272 | this.reset_tabs_function (cell, text); | |
273 | } |
|
273 | } | |
274 |
|
274 | |||
275 | return; |
|
275 | return; |
General Comments 0
You need to be logged in to leave comments.
Login now