ValYouW / jqPropertyGrid

A small property grid in JS to view/edit POJOs
MIT License
57 stars 33 forks source link

IE8 compatibility #8

Closed crossrw closed 6 years ago

crossrw commented 8 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).

ValYouW commented 6 years ago

I am OK with not supporting IE8, PR is welcomed though. Closing.