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

index 8f3695f..118d6f4 100644 (file)
@@ -1355,6 +1355,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
     applyBlacklists : function()
     {
+        Roo.log('applyBlacklists!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
         var w = typeof(this.owner.white) != 'undefined' && this.owner.white ? this.owner.white  : [];
         var b = typeof(this.owner.black) != 'undefined' && this.owner.black ? this.owner.black :  [];