ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Mon, 12 Dec 2016 07:12:45 +0000 (15:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 12 Dec 2016 07:12:45 +0000 (15:12 +0800)
ux/FlipCounter.js

index fafcf8f..79cebe6 100644 (file)
@@ -182,7 +182,7 @@ Roo.extend(Roo.ux.FlipCounter.Digit, Roo.bootstrap.Component, {
                             {
                                 cls : 'flipper_top flipper_top2 flipper_top_back',
                                 cn : [
-                                    { tag: 'span', html: num },
+                                    { tag: 'span', html: this.currentNumber },
                                     { cls : 'rings' }
                                 ]