X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=4851e42a08eca3a99a66a30507a1fab72a37094d;hb=50843e6b13117139a3b0ba8a73a9980a3a44cfdd;hp=c30f6d4a78b31fb779b3992a36482b3ab0d98bfe;hpb=58941cbd0c4d7099448ea184a4a4ddc7596cea46;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index c30f6d4a78..4851e42a08 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -46211,7 +46211,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter, replaceDocBullets : function(doc) { // this is a bit odd - but it appears some indents use ql-indent-1 - Roo.log(document.body.innerHTML); + Roo.log(doc.body.innerHTML); var listpara = doc.getElementsByClassName('ql-indent-1'); while(listpara.length) { this.replaceDocBullet(listpara.item(0));