aboutsummaryrefslogtreecommitdiffstats
path: root/lib/contract.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-08 22:11:20 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-08 22:11:20 +0800
commita8dde1714659d90665e4a891df3134aaaeab3f9c (patch)
treeda868eb738916e6b0478d8d71089bb256241d131 /lib/contract.js
parent5208bb32f147bd00ba36ca684faba31c0cc7fc9a (diff)
downloadgo-tangerine-a8dde1714659d90665e4a891df3134aaaeab3f9c.tar.gz
go-tangerine-a8dde1714659d90665e4a891df3134aaaeab3f9c.tar.zst
go-tangerine-a8dde1714659d90665e4a891df3134aaaeab3f9c.zip
fixes for node.js
Diffstat (limited to 'lib/contract.js')
-rw-r--r--lib/contract.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/contract.js b/lib/contract.js
index b10339003..f64363384 100644
--- a/lib/contract.js
+++ b/lib/contract.js
@@ -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');