From 693b835268dfaba95837c2eabb988fea619f550f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 23 Dec 2016 13:39:57 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 108e3e1b24..acfe59a027 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -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 }); -- 2.39.2