gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 370 forks source link

Implementation of isArray method #534

Closed maximzmushko closed 6 years ago

maximzmushko commented 7 years ago

instanceof approach doesn't work in multiple-window environment (frames, iframes). Changed isArray method implementation

uzquiano commented 6 years ago

Thanks! This looks good.