From c1dc5cc7ea11c71061db3b61b1fda6020482babf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 13 Nov 2020 16:23:41 +0800 Subject: [PATCH] sync --- docs/src/Roo_bootstrap_Card.js.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/Roo_bootstrap_Card.js.html b/docs/src/Roo_bootstrap_Card.js.html index c95594ea8b..43c62aaa75 100644 --- a/docs/src/Roo_bootstrap_Card.js.html +++ b/docs/src/Roo_bootstrap_Card.js.html @@ -343,7 +343,7 @@ if (this.items[i].xtype != 'Card') { continue; } - cards.push(this.items[i].el.dom) + cards.push(this.items[i].el.dom); if (target == this.items[i].el.dom) { ctarget = target; } @@ -420,7 +420,7 @@ }else{ return "below"; } - }, + } }); -- 2.39.2