IE9 error
Unable to get value of the property '0': object is null or undefined
slimbox2.js, line 201 character 29
something is wrong with nextImage and prevImage var at the end of the array !
code:
if (prevImage >= 0) preloadPrev.src = images[prevImage][0];
if (nextImage >= 0) preloadNext.src = images[nextImage][0];
Original issue reported on code.google.com by ramsa...@gmail.com on 11 Jun 2011 at 2:17
Original issue reported on code.google.com by
ramsa...@gmail.com
on 11 Jun 2011 at 2:17