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