drop obsolete TODO comment

pull/23362/head
Trent Mick 2010-08-17 21:04:56 -07:00 committed by Ryan Dahl
parent 1aeaf8d289
commit 293809b8b6
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ REPLServer.prototype.readline = function (cmd) {
*/
REPLServer.prototype.complete = function (line) {
// TODO: special completion in `require` calls.
var completions,
completionGroups = [], // list of completion lists, one for each inheritance "level"
completeOn,