Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Thu, 19 Mar 2015 07:29:23 +0000 (15:29 +0800)
committerEdward <edward@roojs.com>
Thu, 19 Mar 2015 07:29:23 +0000 (15:29 +0800)
Roo/HtmlEditorCore.js

index 089dd68..43d44a0 100644 (file)
@@ -1378,7 +1378,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             this.white.push(tag);
             
         }, this);
-        
+        Roo.log(this.white);
         
         Roo.each(Roo.HtmlEditorCore.black, function(tag) {
             if (w.indexOf(tag) > -1) {