aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
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 /dist/ethereum.js
parentf9cc09047351ce905d7257a73907398c17603607 (diff)
downloaddexon-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.gz
dexon-807ec60e63e54f648bea47037c307b63d1bc6c04.tar.zst
dexon-807ec60e63e54f648bea47037c307b63d1bc6c04.zip
missing jshint ignore
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r--dist/ethereum.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js
index 8d1254c87..4f4b5d326 100644
--- a/dist/ethereum.js
+++ b/dist/ethereum.js
@@ -394,7 +394,7 @@ module.exports = AutoProvider;
// TODO: is these line is supposed to be here?
if ("build" !== 'build') {/*
- var web3 = require('./web3');
+ var web3 = require('./web3'); // jshint ignore:line
*/}
var abi = require('./abi');