sync
[roojs1] / roojs-bootstrap-debug.js
index ac61b66..3594492 100644 (file)
@@ -1360,7 +1360,7 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component,  {
     
     imgResponsive: true,
     border: '',
-    src: '',
+    src: 'about:blank',
     href: false,
     target: false,
     xsUrl: '',
@@ -1438,7 +1438,8 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component,  {
         var cfg = {
             tag: 'img',
             cls: (this.imgResponsive) ? 'img-responsive' : '',
-            html : null
+            html : null,
+            src : 'about:blank'  // just incase src get's set to undefined?!?
         };
         
         cfg.html = this.html || cfg.html;