From bf05446f679d6fe04f63e3354a5efb928641b366 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Mar 2016 18:00:53 +0800 Subject: [PATCH] Roo/bootstrap/Img.js --- Roo/bootstrap/Img.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Img.js b/Roo/bootstrap/Img.js index fa489fb97e..9ab5c00b21 100644 --- a/Roo/bootstrap/Img.js +++ b/Roo/bootstrap/Img.js @@ -76,7 +76,7 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { cls: (_this.imgResponsive) ? 'img-responsive' : '', html: _this.html || cfg.html, src: _this[size + 'Url'] - } + }; img.cls += ' roo-image-responsive-' + size; -- 2.39.2