From f2dcb6913b0942e70a962e5fa859147600c6e10b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Dec 2016 15:12:52 +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 79cebe65f5..e003828dbd 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -190,7 +190,7 @@ Roo.extend(Roo.ux.FlipCounter.Digit, Roo.bootstrap.Component, { { cls : 'flipper_top flipper_top_front', cn : [ - { tag: 'span', html: num }, + { tag: 'span', html: this.currentNumber }, { cls : 'rings' } ] @@ -201,14 +201,14 @@ Roo.extend(Roo.ux.FlipCounter.Digit, Roo.bootstrap.Component, { { cls : 'flipper_bottom flipper_bottom1 flipper_bottom_back', cn : [ - { tag: 'span', html: num }, + { tag: 'span', html: this.currentNumber }, { cls : 'rings' } ] }, { cls : 'flipper_bottom flipper_bottom_front', cn : [ - { tag: 'span', html: num }, + { tag: 'span', html: this.currentNumber }, { cls : 'rings' } ] }, -- 2.39.2