Browse Source

bux fixes

cl-refactor
yann300 10 years ago
parent
commit
af4d1b027c
  1. 3
      mix/qml/js/InputValidator.js

3
mix/qml/js/InputValidator.js

@ -110,9 +110,8 @@ function validateArray(_type, _value)
var dim = _type.match(arrayRegEx)
dim.reverse();
for (var k = 0; k < dim.length; k++)
{
_type = _type.replace(dim[k], "")
}
_type = _type.replace(/calldata/g, "")
return checkArrayRecursively(_type, dim, _value)
}

Loading…
Cancel
Save