From c9a7ef0533b021939db572ef0e10366f75bc3867 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Mar 2016 18:01:49 +0800 Subject: [PATCH] Roo/bootstrap/Img.js --- Roo/bootstrap/Img.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/bootstrap/Img.js b/Roo/bootstrap/Img.js index c019fea93e..bbefcc1dac 100644 --- a/Roo/bootstrap/Img.js +++ b/Roo/bootstrap/Img.js @@ -142,9 +142,9 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { tag: 'a', href: this.href, cn: [ - cfg - ] - } + cfg + ] + }; if(this.target){ a.target = this.target; -- 2.39.2