From 43eb5b55947ae480ba818205f4aa0ce742842ff9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Jul 2021 13:47:57 +0800 Subject: [PATCH] roojs-bootstrap.js roojs-bootstrap-debug.js Roo/bootstrap/Column.js Roo/bootstrap/Component.js --- Roo/bootstrap/Column.js | 1 + Roo/bootstrap/Component.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Roo/bootstrap/Column.js b/Roo/bootstrap/Column.js index 7688cf8c7f..63d30c4723 100644 --- a/Roo/bootstrap/Column.js +++ b/Roo/bootstrap/Column.js @@ -8,6 +8,7 @@ /** * @class Roo.bootstrap.Column * @extends Roo.bootstrap.Component + * @children Roo.bootstrap.Component * Bootstrap Column class * @cfg {Number} xs colspan out of 12 for mobile-sized screens or 0 for hidden * @cfg {Number} sm colspan out of 12 for tablet-sized screens or 0 for hidden diff --git a/Roo/bootstrap/Component.js b/Roo/bootstrap/Component.js index d2632d5a74..3279787574 100644 --- a/Roo/bootstrap/Component.js +++ b/Roo/bootstrap/Component.js @@ -9,6 +9,8 @@ Roo.bootstrap = Roo.bootstrap || {}; /** * @class Roo.bootstrap.Component * @extends Roo.Component + * @abstract + * @children Roo.bootstrap.Component * Bootstrap Component base class * @cfg {String} cls css class * @cfg {String} style any extra css -- 2.39.2