creationix / nstore

nStore is a simple, in-process key/value database for node.js
MIT License
392 stars 31 forks source link

fix: set next variable to local instead of global #42

Open pstaender opened 11 years ago

pstaender commented 11 years ago

Hi, mocha detected a global leak, so I set it to local. But as far as I can see next isn't used anyway?! Cheers Philipp