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

index 284dbfa..2bf9a13 100644 (file)
@@ -1360,6 +1360,12 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
         this.white = [];
         this.black = [];
+        Roo.log('white');
+        Roo.log(Roo.HtmlEditorCore.white);
+        
+        Roo.log('black');
+        Roo.log(Roo.HtmlEditorCore.black);
+        
         Roo.each(Roo.HtmlEditorCore.white, function(tag) {
             if (b.indexOf(tag) > -1) {
                 return;
@@ -1367,8 +1373,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             this.white.push(tag);
             
         }, this);
-        Roo.log('owner white');
-        Roo.log(b);
+        
         Roo.each(w, function(tag) {
             if (b.indexOf(tag) > -1) {
                 return;