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

index 0512f08..4cbbdd0 100644 (file)
@@ -183,7 +183,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
                this.counter.update( textIn );
         var oNewCaption = this.slides[this.iImageId].select('.image-caption', true);
                if ( this.caption &&  oNewCaption.length ) {
-                       this.caption.update( oNewCaption[0].innerHTML;
+                       this.caption.update( oNewCaption[0].innerHTML);
                }
        }
 }