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

index 1b7d033..108e3e1 100644 (file)
@@ -65,10 +65,11 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
     addDigit : function (num)
     {
         // Add separator after every 3rd digit
-        if (this.digits.length % 3 == 0 && this.digits.length != 0)
+        /*if (this.digits.length % 3 == 0 && this.digits.length != 0)
         {
             this.addSeparator(',');
         }
+        */
         
          if (this.digits.length % 3 == 0 && this.digits.length != 0)
         {