| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a2621a2 commit 3b448a7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ exports.peek = peek; | |||
| 17 | 17 | ||
| 18 | 18 | // remove the most idle item from the list | |
| 19 | 19 | function shift(list) { | |
| 20 | - var first = list._idlePrev; | ||
| 20 | + const first = list._idlePrev; | ||
| 21 | 21 | remove(first); | |
| 22 | 22 | return first; | |
| 23 | 23 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments