Closed UXVirtual closed 7 years ago
Incorrect usage of Array.length() in the remove() method of this component. Corrected this to be Array.length.
Array.length()
remove()
Array.length
thanks!
Incorrect usage of
Array.length()
in theremove()
method of this component. Corrected this to beArray.length
.