philou5672 / csv-to-array

Automatically exported from code.google.com/p/csv-to-array
0 stars 0 forks source link

not working at all in IE8 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Array being returned populated with undefined for each character that should 
have been returned.

Cause:
IE8 is not accepting string[0] as shorthand for string.charAt(0)

Original issue reported on code.google.com by danielti...@gmail.com on 21 Apr 2013 at 9:47

GoogleCodeExporter commented 9 years ago
Fixed in v2.1

Original comment by danielti...@gmail.com on 21 Apr 2013 at 9:48