mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Carousel: Pagination is always created #1197

Closed lean8086 closed 9 years ago

lean8086 commented 10 years ago

It never checks for true or false:

if (this._options.pagination !== undefined) { this._addPagination(); }

It actually checks for boolean on arrows:

if (this._options.arrows !== undefined && this._options.arrows !== false) { this._addArrows(); }
atma commented 9 years ago

Duplicate of #1241. Was resolved in #1242