remove isArray

pull/7/head
yann300 8 years ago
parent 3dc81a175f
commit 6ec87b3c4a
  1. 4
      src/ui/SolidityTypeFormatter.js

@ -64,7 +64,3 @@ function fontColor (data) {
return 'color:' + color return 'color:' + color
} }
function isArray (type) {
return type.lastIndexOf(']') === type.length - 1
}

Loading…
Cancel
Save