From 383722ee5300efa06d824de3bb67f76a531f01e7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Dec 2016 15:07:49 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 56dd9a002d..d450ccbce3 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -22,7 +22,8 @@ Roo.ux.FlipCounter = function(options) }); - + this.digits = new Array(); + //this.init(); @@ -49,7 +50,6 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { { var startNum = ""+ this.startnumber; this.ulWidth = 0; - this.digits = new Array(); for (i=startNum.length-1; i>=0; i=i-1) { -- 2.39.2