Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 03:05:49 +0000 (11:05 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 03:05:49 +0000 (11:05 +0800)
Roo/bootstrap/Component.js

index a83499a..b86ad41 100644 (file)
@@ -38,8 +38,11 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
     style : false,
     
     autoCreate : false,
-    
-    initEvents : function() {
+    /**
+     * Initialize Events for the element
+     */
+    initEvents : function()
+    {
         if (this.tooltip) {
             this.getTooltipEl().attr('tooltip', this.tooltip);
         }