Roo/bootstrap/Img.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:21:32 +0000 (18:21 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:21:32 +0000 (18:21 +0800)
Roo/bootstrap/Img.js

index ae1811f..15e5d63 100644 (file)
@@ -41,7 +41,7 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component,  {
         
         cfg.html = this.html || cfg.html;
         
-        cfg.src=this.src||cfg.src;
+        cfg.src = this.src || cfg.src;
         
         return cfg;
     }