mirror of https://github.com/nodejs/node.git
drop obsolete TODO comment
parent
1aeaf8d289
commit
293809b8b6
|
@ -156,8 +156,6 @@ REPLServer.prototype.readline = function (cmd) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
REPLServer.prototype.complete = function (line) {
|
REPLServer.prototype.complete = function (line) {
|
||||||
// TODO: special completion in `require` calls.
|
|
||||||
|
|
||||||
var completions,
|
var completions,
|
||||||
completionGroups = [], // list of completion lists, one for each inheritance "level"
|
completionGroups = [], // list of completion lists, one for each inheritance "level"
|
||||||
completeOn,
|
completeOn,
|
||||||
|
|
Loading…
Reference in New Issue