From: Alan Knowles Date: Fri, 23 Dec 2016 05:41:02 +0000 (+0800) Subject: ux/FlipCounter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5ee631b4aca9d0b6349b25e6f0c66af17b2a0026 ux/FlipCounter.js --- diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 9ef9ee7a45..61d5fa32c5 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -97,12 +97,12 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { digit.el.remove(); // Remove separators - if (this.digits.length % 3 == 0) - { - var comma = this.el.select('li.comma:first-child'); - this.ulWidth = this.ulWidth - comma.getWidth(true); - comma.remove(); - } + // if (this.digits.length % 3 == 0) + // { + // var comma = this.el.select('li.comma:first-child'); + // this.ulWidth = this.ulWidth - comma.getWidth(true); + // comma.remove(); + //} // Update width to current this.el.set( { 'min-width' : this.ulWidth});