Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deyihu committed Nov 18, 2024
1 parent 2b034a1 commit 6220a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LRUCache.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// copy from https://github.com/maptalks/maptalks.js/blob/master/src/core/util/LRUCache.ts
const nullOnRemove = () => { };

class LRUCache {
Expand Down

0 comments on commit 6220a22

Please sign in to comment.