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

index 8fe3009..3393a04 100644 (file)
@@ -103,7 +103,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
                this.pauseButton && this.pauseButton.show();
      
                this.updatecounter();
-               this.play();                                                    
+        this.play.defer(this.wait, this);                              
        },
        
        play: function () {