jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 736 forks source link

Documentation Issue on AutoScroll Plugin #649

Closed jackpilowsky closed 10 years ago

jackpilowsky commented 10 years ago

There is a problem with the sample installation code for the Autoscroll Plugin:

$('.jcarousel')
    .jcarousel({
        // Core configuration goes here
    })
    .jcarouselAutoscroll({
        interval: 3000,
        target: '+=1',
        autostart: true
    });
});   //  This is the problem line

The las '});' is out of place.

jsor commented 10 years ago

Fix in 656564d12e1fea29f425925a2c0d0b68c1a3d862, thanks!