From 29bead5a3981e22dde9608d2c43ef00cdb71fe5f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Dec 2016 15:13:12 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index e003828dbd..472b3f1391 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -231,9 +231,9 @@ Roo.extend(Roo.ux.FlipCounter.Digit, Roo.bootstrap.Component, { this.bottomNumBack = this.el.select('.flipper_bottom_back span',true); this.bottomNumFront = this.el.select('.flipper_bottom_front span',true); - this.targetNum = currentNumber; - this.currentNum = currentNumber; - this.nextNum = currentNumber; + this.targetNum = this.currentNumber; + this.currentNum = this.currentNumber; + this.nextNum = this.currentNumber; this.currentlyAnimating = false; }, -- 2.39.2