ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Fri, 23 Dec 2016 05:39:57 +0000 (13:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 23 Dec 2016 05:39:57 +0000 (13:39 +0800)
ux/FlipCounter.js

index 108e3e1..acfe59a 100644 (file)
@@ -70,11 +70,6 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
             this.addSeparator(',');
         }
         */
-        
-         if (this.digits.length % 3 == 0 && this.digits.length != 0)
-        {
-            this.addSeparator();
-        }
           
         
         var digit = new Roo.ux.FlipCounter.Digit({ manager : this, currentNumber : num });