Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:59:07 +0000 (16:59 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 08:59:07 +0000 (16:59 +0800)
Roo/form/HtmlEditor.js

index 4b635bc..9ae3c36 100644 (file)
@@ -287,7 +287,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             
             "home" : function(e){
                 e.preventDefault();
-                Roo.log(this.el.dom.createTextRange);
+                
                 var curr = this.el.dom.selectionStart;
                 var lines = this.getValue().split("\n");