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

index db21308..7c09396 100644 (file)
@@ -296,7 +296,6 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             
             "end" : function(e){
                 e.preventDefault();
-                Roo.log('END');
                 
                 var curr = this.el.dom.selectionStart;
                 var lines = this.getValue().split("\n");