ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Mon, 12 Dec 2016 06:00:10 +0000 (14:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 12 Dec 2016 06:00:10 +0000 (14:00 +0800)
ux/FlipCounter.js

index 050b6ca..cf588e9 100644 (file)
@@ -69,7 +69,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
         var digit = new Roo.ux.FlipCounter.Digit(li, num);
         digit.manager = this;
         this.digits.push(digit);
-        this.digit.render(this.el);
+        digit.render(this.el);
          
         // Update width
         this.ulWidth = this.ulWidth + digit.el.getWidth(true);