From dae011f2de7bd0eee01d8c43d561ed7064b1bb6e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 23 Dec 2016 14:31:08 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 2eebb7ae3a..3d4bdc0c02 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -68,6 +68,8 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { addDigit : function (num) { + + Roo.log("Add digit "+ num); // Add separator after every 3rd digit /*if (this.digits.length % 3 == 0 && this.digits.length != 0) { -- 2.39.2