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

index fa489fb..9ab5c00 100644 (file)
@@ -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;