ux/FlipCounter.js
authorAlan Knowles <alan@roojs.com>
Tue, 6 Dec 2016 08:27:00 +0000 (16:27 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 6 Dec 2016 08:27:00 +0000 (16:27 +0800)
ux/FlipCounter.js

index be24e43..38e1161 100644 (file)
@@ -118,7 +118,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, {
         }
         
         // Update width to current
-        this.ul.css('min-width', this.ulWidth);
+        this.el.set( { 'min-width' : this.ulWidth});
     }
     
     addSeparator : function (num)