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

index 369e535..4752c72 100644 (file)
@@ -268,7 +268,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             "home" : function(e){
                 e.preventDefault();
                 Roo.log('HOME');
-                Roo.log(this.el.setSelectionRange);
+                Roo.log(this.el.dom.setSelectionRange);
             },
             
             "end" : function(e){