Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:18:36 +0000 (15:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:18:36 +0000 (15:18 +0800)
Roo/bootstrap/MenuItem.js

index f7890c5..1e253b0 100644 (file)
@@ -73,7 +73,10 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
         
         this.fireEvent('click', this, e);
     }
-   
+    getEl : function()
+    {
+        return this.el;
+    }
 });