blacklabel / custom_events

Custom events plugin for Highcharts by Black Label
http://blacklabel.github.io/custom_events/
Other
62 stars 50 forks source link

HC.isArray function is undefined #124

Closed arikab closed 6 years ago

arikab commented 6 years ago

Function isArray is defined in the code, but there's a call for HC.isArray, which is undefined, and I had to change it to a call to isArray. Is it a bug? Or is HC.isArray supposed to be defined?

sebastianbochan commented 6 years ago

Hi @arikab, Thank you for the reporting. It should have reference to HC.isArray(), I will fix it as soon as possible.