Show More
@@ -339,6 +339,7 b' var IPython = (function (IPython) {' | |||||
339 | var content = { |
|
339 | var content = { | |
340 | text : '', |
|
340 | text : '', | |
341 | line : line, |
|
341 | line : line, | |
|
342 | block : null, | |||
342 | cursor_pos : cursor_pos |
|
343 | cursor_pos : cursor_pos | |
343 | }; |
|
344 | }; | |
344 | var msg = this._get_msg("complete_request", content); |
|
345 | var msg = this._get_msg("complete_request", content); |
General Comments 0
You need to be logged in to leave comments.
Login now