Fix lint error

This commit is contained in:
jos 2020-02-01 17:42:32 +01:00
parent 54b4afda06
commit 8bf5206daf

View File

@ -523,7 +523,7 @@ export function generalize (a) {
* @return string
*/
export function getArrayDataType (array, typeOf) {
let type = undefined // to hold type info
let type // to hold type info
let length = 0 // to hold length value to ensure it has consistent sizes
for (let i = 0; i < array.length; i++) {