Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit c8d8a88

Browse files
Avoid redeclaration of an argument
1 parent e5a2df5 commit c8d8a88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LocalStorageDB.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ License: MIT License (see homepage)
327327
}
328328
function removeFromCache( table )
329329
{
330-
var
331330
table = table ? PREFIX + name + HYPHEN + table : PREFIX + name;
332331
__cache.removeItem( table );
333332
return true;

0 commit comments

Comments
 (0)