ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Tue, 13 Dec 2016 01:56:46 +0000 (09:56 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Dec 2016 01:56:46 +0000 (09:56 +0800)
ux/FlipCounter.js

index 6df2667..39a0196 100644 (file)
@@ -88,7 +88,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
         var digit = this.digits.splice(this.digits.length-1, 1)[0];
         
         this.ulWidth = this.ulWidth - digit.el.getWidth(true);
-        digit.li.remove();
+        digit.el.remove();
         
         // Remove separators
         if (this.digits.length % 3 == 0)