mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -71,7 +71,7 @@ LRUCache.prototype.put = function (key, value){
|
||||
* }
|
||||
*/
|
||||
LRUCache.prototype.shift = function (){
|
||||
// todo: handle special case when limit == 1
|
||||
// todo: handle special case when limit === 1
|
||||
var entry = this.head;
|
||||
|
||||
if (entry) {
|
||||
|
Reference in New Issue
Block a user