Roo/bootstrap/MonthField.js
authoredward <edward@roojs.com>
Fri, 9 Oct 2015 04:45:58 +0000 (12:45 +0800)
committeredward <edward@roojs.com>
Fri, 9 Oct 2015 04:45:58 +0000 (12:45 +0800)
Roo/bootstrap/MonthField.js

index 26ccfa6..439241c 100644 (file)
@@ -199,7 +199,7 @@ Roo.extend(Roo.bootstrap.MonthField, Roo.bootstrap.Input,  {
         Roo.bootstrap.MonthField.superclass.onFocus.call(this);
         this.show();
         
-        this.fireEvent("focus", this, e);
+        this.fireEvent("focus", this);
     },
     
     onBlur : function()
@@ -212,7 +212,7 @@ Roo.extend(Roo.bootstrap.MonthField, Roo.bootstrap.Input,  {
                 
         this.hide();
         
-        this.fireEvent("blur", this, e);
+        this.fireEvent("blur", this);
     },
     
     show : function()