Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Thu, 12 Feb 2015 04:59:38 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Thu, 12 Feb 2015 04:59:38 +0000 (12:59 +0800)
Roo/HtmlEditorCore.js

index 6bfa87e..c4dca5f 100644 (file)
@@ -386,6 +386,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             if (!Roo.get(this.frameId) || !iframe.dom.contentDocument) {
                 return;
             }
+            Roo.log('got here');
             this.doc = (iframe.dom.contentDocument || Roo.get(this.frameId).dom.document);
             this.win = Roo.get(this.frameId).dom.contentWindow;
         }