sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
617 stars 88 forks source link

Update carousel.js #57

Closed damianharvey closed 10 years ago

damianharvey commented 10 years ago

Carousel.js relied on a globally scoped "panels" variable (eg. in the demo). If this was locally scoped or not called "panels" then Carousel.js would fail. The UISetupCarousel ignored the "panels" option passed in to it.