getdave / Protoshow

A simple slideshow for Prototype.js and script.aculo.us
http://www.protoshow.net
22 stars 19 forks source link

Data Attribute not defined bug #5

Closed getdave closed 13 years ago

getdave commented 13 years ago

Within the setupSlides method please add in a test to ensure that var slideInt is defined before trying to perform any operations on it.

slideInt = (slideInt && slideInt.blank()) ? undefined : slideInt;   

I've added the line slideInt &&

getdave commented 13 years ago

Fixed with version 0.8 (beta) 16/09/2011