Skip to content

Commit 236be34

Browse files
author
David Rodenas
committed
remove ES6 stuff
1 parent 1a093c7 commit 236be34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
var caches = new WeakMap()
44

55
function StringCacheMap() {
6-
let limit = arguments[0];
7-
let hard = arguments[1];
6+
var limit = arguments[0];
7+
var hard = arguments[1];
88

99
if (!this || this.constructor !== StringCacheMap)
1010
throw new TypeError("Constructor StringCacheMap requires 'new'")

0 commit comments

Comments
 (0)