From: Alan Knowles Date: Tue, 13 Dec 2016 01:59:29 +0000 (+0800) Subject: ux/FlipCounter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=7526935004043d14469bdb5292626d3283b48afd ux/FlipCounter.js --- diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 39a019693b..feb0e3365b 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -37,13 +37,14 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { startnumber : 0, digits : false, // array... - ulWidth : 0, + ulWidth : 0, + cls : '', getAutoCreate : function(){ return { tag: 'ul', - cls: 'flipcounter', + cls: 'flipcounter ' + this.cls, }; },