Hello,
I think there is a bug in your pluggin on line 231.
Here's the line:

The variable autoSlideStopWhenClicked doesn't exist so I get a reference error.
I think you wanted to write :
if (self.options.autoSlideControls && self.options.autoSlideStopWhenClicked) {
Regards
Hello,
I think there is a bug in your pluggin on line 231.
Here's the line:
The variable autoSlideStopWhenClicked doesn't exist so I get a reference error.
I think you wanted to write :
if (self.options.autoSlideControls && self.options.autoSlideStopWhenClicked) {
Regards