From 99803337d597cf911b1b8d34e537a883108e65e6 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 16 Apr 2014 14:54:02 +0800 Subject: [PATCH] Roo/bootstrap/Img.js --- Roo/bootstrap/Img.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/bootstrap/Img.js b/Roo/bootstrap/Img.js index b4443ef251..2c547e1c1d 100644 --- a/Roo/bootstrap/Img.js +++ b/Roo/bootstrap/Img.js @@ -71,6 +71,10 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { cn: [ cfg ] + }; + + if(this.target){ + a.target = this.target; } } -- 2.39.2