From: Alan Knowles Date: Fri, 23 Dec 2016 05:39:43 +0000 (+0800) Subject: ux/FlipCounter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0cf2ab06bc11e7acb1f3f1939753a214130301b1 ux/FlipCounter.js --- diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 1b7d03339c..108e3e1b24 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -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) {