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

Commit 2fb38ef

Browse files
author
Max Ogden
committed
Merge pull request #26 from mcollina/patch-1
Removed global leaks
2 parents c18d529 + 30e0f7b commit 2fb38ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Level.prototype._batch = function (array, options, callback) {
6363
var op
6464
, i
6565
, copiedOp
66+
, currentOp
67+
, k
6668
, modified = []
6769

6870
for (i=0; i < array.length; i++) {

0 commit comments

Comments
 (0)