ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Tue, 13 Dec 2016 01:50:41 +0000 (09:50 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Dec 2016 01:50:41 +0000 (09:50 +0800)
ux/FlipCounter.js

index a143d36..c9a1ed9 100644 (file)
@@ -72,7 +72,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
         var digit = new Roo.ux.FlipCounter.Digit({ manager : this, currentNumber : num });
         digit.manager = this;
         this.digits.push(digit);
-        digit.render(this.el);
+        digit.render(this.el, 0);
          
         // Update width
         this.ulWidth = this.ulWidth + digit.el.getWidth(true);