From 776caf99b8c557afc2a3e4668aa672b166e18f7d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Nov 2020 16:44:28 +0800 Subject: [PATCH] Roo/bootstrap/CardImageTop.js --- Roo/bootstrap/CardImageTop.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Roo/bootstrap/CardImageTop.js b/Roo/bootstrap/CardImageTop.js index ebee9cb54d..f8dce10ee6 100644 --- a/Roo/bootstrap/CardImageTop.js +++ b/Roo/bootstrap/CardImageTop.js @@ -6,22 +6,22 @@ */ /** - * @class Roo.bootstrap.CardImage - * @extends Roo.bootstrap.Image - * Bootstrap Element class + * @class Roo.bootstrap.CardImageTop + * @extends Roo.bootstrap.Element + * Bootstrap CardImageTop class * @constructor - * Create a new Card Image Element + * Create a new Card Image Top container * @param {Object} config The config object */ -Roo.bootstrap.CardImage = function(config){ - Roo.bootstrap.CardImage.superclass.constructor.call(this, config); +Roo.bootstrap.CardImageTop = function(config){ + Roo.bootstrap.CardImageTop.superclass.constructor.call(this, config); }; -Roo.extend(Roo.bootstrap.CardImage, Roo.bootstrap.Image, { +Roo.extend(Roo.bootstrap.CardImageTop, Roo.bootstrap.Element, { - container_method : 'getCardImage', + container_method : 'getCardImageTop', -- 2.39.2