aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-08 22:43:22 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-08 22:43:22 +0800
commit807ec60e63e54f648bea47037c307b63d1bc6c04 (patch)
tree7d4bed1d7828b98d5943b00ab88fae973adb3e7e /lib
parentf9cc09047351ce905d7257a73907398c17603607 (diff)
downloaddexon-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.gz
dexon-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.zst
dexon-807ec60e63e54f648bea47037c307b63d1bc6c04.zip
missing jshint ignore
Diffstat (limited to 'lib')
-rw-r--r--lib/contract.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/contract.js b/lib/contract.js
index f64363384..b10339003 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');
+ var web3 = require('./web3'); // jshint ignore:line
}
var abi = require('./abi');