Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Mon, 8 Jun 2015 06:03:03 +0000 (14:03 +0800)
committerEdward <edward@roojs.com>
Mon, 8 Jun 2015 06:03:03 +0000 (14:03 +0800)
Roo/form/HtmlEditor.js

index 73c0c8d..7017df8 100644 (file)
@@ -280,7 +280,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
                 for (var i = 0; i < lines.length;i++) {
                     
                     pos += lines[i].length;
-                    
+                    Roo.log(pos);
                     if(pos < curr){
                         continue;
                     }