Skip to content

Commit

Permalink
drop obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored and ry committed Aug 19, 2010
1 parent 1aeaf8d commit 293809b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 293809b

Please sign in to comment.