Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 29 Aug 2011 11:01:08 +0000 (19:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 29 Aug 2011 11:01:08 +0000 (19:01 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index ddb4582..5e6e42f 100644 (file)
@@ -457,8 +457,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         var n = cn.split('-').pop();
         var ans = this.editor.getAllAncestors().reverse();
         var sel = ans[n];
-        Roo.log(sel);
-        // pick
+         // pick
         var range = this.editor.createRange();
         
         range.selectNode(sel);