X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_htmleditor_FilterBlack.js.html;h=b9bac56596ffd758905f8ceece5b6799c6510e9b;hp=4c08eff1955ccc2618b40d751c321f3ec47f1e64;hb=135ac93bf938512823e8371385e746a9587ed92e;hpb=579feecfc35dde5daf36dd73963d9eccec4aa030 diff --git a/docs/src/Roo_htmleditor_FilterBlack.js.html b/docs/src/Roo_htmleditor_FilterBlack.js.html index 4c08eff195..b9bac56596 100644 --- a/docs/src/Roo_htmleditor_FilterBlack.js.html +++ b/docs/src/Roo_htmleditor_FilterBlack.js.html @@ -16,7 +16,7 @@ { tag : true, // all elements. - replace : function(n) + replaceTag : function(n) { n.parentNode.removeChild(n); }