From e8fb8f7ac6cb769785540d0ef5d7b0a82456d5e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Dec 2016 11:50:26 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index 11be06cb0e..de9137a8dc 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -86,7 +86,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { \ '); - var li = this.ul.find('li:first-child'); + var li = this.el.select('li'.true).first(); var digit = new Digit(li, num); digit.manager = this; this.digits.push(digit); -- 2.39.2