Roo/bootstrap/Img.js
authorAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:01:49 +0000 (18:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Mar 2016 10:01:49 +0000 (18:01 +0800)
Roo/bootstrap/Img.js

index c019fea..bbefcc1 100644 (file)
@@ -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;