Closed crossrw closed 6 years ago
Hi! Object Array does not support a method IsArray in IE8. For compatibility can be replaced at line 139 the Array.isArray(meta.options) to $.isArray(meta.options).
Array.isArray(meta.options)
$.isArray(meta.options)
I am OK with not supporting IE8, PR is welcomed though. Closing.
Hi! Object Array does not support a method IsArray in IE8. For compatibility can be replaced at line 139 the
Array.isArray(meta.options)
to$.isArray(meta.options)
.