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

index 2c275bc..c019fea 100644 (file)
@@ -123,7 +123,7 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component,  {
             tag: 'img',
             cls: (this.imgResponsive) ? 'img-responsive' : '',
             html : null
-        }
+        };
         
         cfg.html = this.html || cfg.html;