From becb9d046a3764aa550de74057d16e4fc6e88f57 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 21 Mar 2014 13:12:22 +0800 Subject: [PATCH] Roo/bootstrap/Img.js --- Roo/bootstrap/Img.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Img.js b/Roo/bootstrap/Img.js index 2087165d81..abe19c97d9 100644 --- a/Roo/bootstrap/Img.js +++ b/Roo/bootstrap/Img.js @@ -64,9 +64,11 @@ Roo.extend(Roo.bootstrap.Img, Roo.bootstrap.Component, { }, initEvents: function() { + this.el.on('click', this.onClick, this); }, + onClick : function(e) { this.fireEvent('click', this, e); -- 2.39.2