Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Wed, 7 May 2014 08:47:46 +0000 (16:47 +0800)
committerEdward <edward@roojs.com>
Wed, 7 May 2014 08:47:46 +0000 (16:47 +0800)
Roo/form/HtmlEditor.js

index b3e4c55..87d9776 100644 (file)
@@ -374,8 +374,8 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
     },
     
     // private
-    onFocus : function(e){
-        this.fireEvent('focus', this, e);
+    onFocus : function(){
+        this.fireEvent('focus', this);
          
     },