X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_htmleditor_Filter.js.html;h=fa40c82e9f96ccaa343e5e4213777b9570e21b93;hp=a0704499b2f8f32abb99466e8878966c2e3b9418;hb=135ac93bf938512823e8371385e746a9587ed92e;hpb=579feecfc35dde5daf36dd73963d9eccec4aa030 diff --git a/docs/src/Roo_htmleditor_Filter.js.html b/docs/src/Roo_htmleditor_Filter.js.html index a0704499b2..fa40c82e9f 100644 --- a/docs/src/Roo_htmleditor_Filter.js.html +++ b/docs/src/Roo_htmleditor_Filter.js.html @@ -34,7 +34,7 @@ Roo.each( Array.from(dom.childNodes), function( e ) { switch(true) { - case e.nodeType == 8 && typeof(this.replaceComment) != 'undefined': // comment + case e.nodeType == 8 && this.replaceComment !== false: // comment this.replaceComment(e); return;