From: Alan Knowles Date: Mon, 12 Dec 2016 07:13:12 +0000 (+0800) Subject: ux/FlipCounter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=29bead5a3981e22dde9608d2c43ef00cdb71fe5f ux/FlipCounter.js --- 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; },