From: Alan Knowles Date: Tue, 3 Nov 2020 08:44:28 +0000 (+0800) Subject: Roo/bootstrap/CardImageTop.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=776caf99b8c557afc2a3e4668aa672b166e18f7d Roo/bootstrap/CardImageTop.js --- 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',