fixes for node.js

This commit is contained in:
Marek Kotewicz
2015-01-08 15:11:20 +01:00
parent 5208bb32f1
commit a8dde17146
8 changed files with 61 additions and 66 deletions

View File

@ -22,7 +22,7 @@
// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var web3 = require('./web3'); // jshint ignore:line
var web3 = require('./web3');
}
var abi = require('./abi');