Skip to content

Commit

Permalink
fix global leak
Browse files Browse the repository at this point in the history
  • Loading branch information
abrkn committed Jan 14, 2015
1 parent 0ff6ac9 commit 3c7e736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
@@ -1,7 +1,7 @@
process.env.DEBUG = '.*';
var Blockchain = require('../lib/blockchain.js')
, expect = require('expect.js')
_ = require('underscore')
, _ = require('underscore')
, popular = require('./popular.json');

describe('blockchain', function() {
Expand Down

0 comments on commit 3c7e736

Please sign in to comment.