ux/FlipCounter.js
[roojs1] / 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)
         {