Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 05:58:01 +0000 (13:58 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 05:58:01 +0000 (13:58 +0800)
Roo/form/HtmlEditor.js

index 921cfe4..7d1e1a1 100644 (file)
@@ -293,8 +293,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
                     break;
                 }
                 
-                
-                Roo.log(this.el.dom.setSelectionRange(pos, pos));
+                this.el.dom.setSelectionRange(pos, pos)
             },
 
             scope : this,