Roo/bootstrap/Img.js
authoredward <edward@roojs.com>
Wed, 13 Jan 2016 03:40:14 +0000 (11:40 +0800)
committeredward <edward@roojs.com>
Wed, 13 Jan 2016 03:40:14 +0000 (11:40 +0800)
Roo/bootstrap/Img.js

index 45bfeff..4fd9399 100644 (file)
@@ -148,10 +148,11 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component,  {
     
     initEvents: function() 
     {
-        
         if(!this.href){
             this.el.on('click', this.onClick, this);
         }
+        
+        Roo.log(this.el);
     },
     
     onClick : function(e)