mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
ignore for maxcomplexity warning
Conflicts: dist/ethereum.js.map
This commit is contained in:
parent
8376bfa6ef
commit
63dcee68ee
1
dist/ethereum.js
vendored
1
dist/ethereum.js
vendored
@ -61,6 +61,7 @@ var formatInput = function (inputs, params) {
|
||||
});
|
||||
|
||||
inputs.forEach(function (input, i) {
|
||||
/*jshint maxcomplexity:5 */
|
||||
var typeMatch = false;
|
||||
for (var j = 0; j < inputTypes.length && !typeMatch; j++) {
|
||||
typeMatch = inputTypes[j].type(inputs[i].type, params[i]);
|
||||
|
4
dist/ethereum.js.map
vendored
4
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
@ -60,6 +60,7 @@ var formatInput = function (inputs, params) {
|
||||
});
|
||||
|
||||
inputs.forEach(function (input, i) {
|
||||
/*jshint maxcomplexity:5 */
|
||||
var typeMatch = false;
|
||||
for (var j = 0; j < inputTypes.length && !typeMatch; j++) {
|
||||
typeMatch = inputTypes[j].type(inputs[i].type, params[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user