Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Thu, 12 Feb 2015 05:02:23 +0000 (13:02 +0800)
committerEdward <edward@roojs.com>
Thu, 12 Feb 2015 05:02:23 +0000 (13:02 +0800)
Roo/HtmlEditorCore.js

index f436f17..8296e18 100644 (file)
@@ -388,7 +388,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             }
             
             this.doc = (iframe.contentDocument || Roo.get(this.frameId).dom.document);
-            this.win = (iframe.dom.contentWindow || Roo.get(this.frameId).dom.contentWindow);
+            this.win = (iframe.contentWindow || Roo.get(this.frameId).dom.contentWindow);
         }
     },