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

index bda1837..eef3f62 100644 (file)
@@ -186,7 +186,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
         if (!this.counter) {
             return;
         }
-               var textIn = this.iImageId+1 + ' of ' + this.this.slides.length;
+               var textIn = this.iImageId+1 + ' of ' + this.slides.length;
                this.counter.update( textIn );
         var oNewCaption = this.slides[this.iImageId].select('.image-caption', true);
                if ( this.caption &&  oNewCaption.length ) {