Commit 807ec60e authored by Marek Kotewicz's avatar Marek Kotewicz

missing jshint ignore

parent f9cc0904
......@@ -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');
......
This diff is collapsed.
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment