ux/Slideshow.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:54:47 +0000 (14:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:54:47 +0000 (14:54 +0800)
ux/Slideshow.js

index d3ed890..ccbcdc9 100644 (file)
@@ -181,7 +181,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
         }
                var textIn = this.iImageId+1 + ' of ' + this.numOfImages;
                this.counter.update( textIn );
-        var oNewCaption = this.slides[this.iImageId]).select('.image-caption', true)
+        var oNewCaption = this.slides[this.iImageId].select('.image-caption', true)
                if ( this.caption &&  oNewCaption.length ) {
                        this.caption.update( oNewCaption[0].innerHTML;
                }