Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 09:00:55 +0000 (17:00 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 09:00:55 +0000 (17:00 +0800)
Roo/form/HtmlEditor.js

index 8475b30..1d39187 100644 (file)
@@ -287,7 +287,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             
             "home" : function(e){
                 e.preventDefault();
-                
+                Roo.log("HOME");
                 var curr = this.el.dom.selectionStart;
                 var lines = this.getValue().split("\n");