sroucheray / jquery-infinite-carousel

Automatically exported from code.google.com/p/jquery-infinite-carousel
0 stars 0 forks source link

increment width outerWidth("true") - better with bool true #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The jquery plugin sets the variable incremet with outerWidth and "true" as a 
string as the argument. This does not work for me. The return was an object, 
not the width as an integer. I changed it to true as a bool and now it works 
fine.

I used jQuery 1.8

Original issue reported on code.google.com by timo.rue...@gmail.com on 19 Jun 2013 at 11:28