mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-27 17:54:55 +08:00
update files
This commit is contained in:
parent
ad53cbed09
commit
a6438766d1
@ -1,3 +1,10 @@
|
||||
/**
|
||||
* Created by nuintun on 2015/12/4.
|
||||
* See: https://github.com/rsms/js-lru
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* A doubly linked list-based Least Recently Used (LRU) cache. Will keep most
|
||||
* recently used items while discarding least recently used items when its limit
|
||||
@ -308,6 +315,6 @@ LRUCache.prototype.toString = function (){
|
||||
s += ' < ';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return s;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user