Roo/bootstrap/DocumentSlider.js
authoredward <edward@roojs.com>
Thu, 9 Nov 2017 11:02:34 +0000 (19:02 +0800)
committeredward <edward@roojs.com>
Thu, 9 Nov 2017 11:02:34 +0000 (19:02 +0800)
Roo/bootstrap/DocumentSlider.js

index 2b2c711..1f795d8 100644 (file)
@@ -140,6 +140,8 @@ Roo.extend(Roo.bootstrap.DocumentSlider, Roo.bootstrap.Component,  {
     
     update : function()
     {
+        Roo.log(this.indicator);
+        
         this.imageEl.attr('src', this.files[this.indicator - 1]);
         
         this.titleEl.dom.innerHTML = String.format('{0} / {1}', this.indicator, this.files.length);