ignore for maxcomplexity warning

Conflicts:
	dist/ethereum.js.map
This commit is contained in:
Marek Kotewicz 2015-03-04 00:30:29 +01:00
parent 8376bfa6ef
commit 63dcee68ee
3 changed files with 4 additions and 2 deletions

1
dist/ethereum.js vendored
View File

@ -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]);

File diff suppressed because one or more lines are too long

View File

@ -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]);