diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-08 22:43:22 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-08 22:43:22 +0800 |
commit | 807ec60e63e54f648bea47037c307b63d1bc6c04 (patch) | |
tree | 7d4bed1d7828b98d5943b00ab88fae973adb3e7e /lib/contract.js | |
parent | f9cc09047351ce905d7257a73907398c17603607 (diff) | |
download | go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.gz go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.bz2 go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.lz go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.xz go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.zst go-tangerine-807ec60e63e54f648bea47037c307b63d1bc6c04.zip |
missing jshint ignore
Diffstat (limited to 'lib/contract.js')
-rw-r--r-- | lib/contract.js | 2 |
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'); |