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

Fix bug in Alpaca.moment #532

Open BlueWater86 opened 7 years ago

BlueWater86 commented 7 years ago

Alpaca.moment was incorrectly performing _moment.call with an arguments array. Changed over to using _moment.apply.