ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Fri, 23 Dec 2016 06:27:34 +0000 (14:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 23 Dec 2016 06:27:34 +0000 (14:27 +0800)
ux/FlipCounter.js

index ca2aa0b..23da8ac 100644 (file)
@@ -124,6 +124,8 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
         var numStr = (1.0*num).toFixed(this.decimal);
         
         this.currentNumber = num;
+        
+        var dl = this.digits.length + (this.decimal > 0 ? 1 : 0);
         // Change the number of digits displayed if needed
         if (numStr.length != this.digits.length)
         {