getdave / Protoshow

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

UNique ID required #7

Closed getdave closed 12 years ago

getdave commented 12 years ago

Please pass the show "element" as a unique ID in all custom event firing:

this.showUniqueID = function uniqid() {
return element; }();

getdave commented 12 years ago

Fixed in develop. Will be merged into master shortly.