| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 612ce66 commit 2844cc0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -655,7 +655,7 @@ REPLServer.prototype.complete = function(line, callback) { | |||
| 655 | 655 | // list of completion lists, one for each inheritance "level" | |
| 656 | 656 | var completionGroups = []; | |
| 657 | 657 | ||
| 658 | - var completeOn, match, filter, i, group, c; | ||
| 658 | + var completeOn, i, group, c; | ||
| 659 | 659 | ||
| 660 | 660 | // REPL commands (e.g. ".break"). | |
| 661 | 661 | var match = null; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments