OSDN Git Service

Version 0.6.158, fix X.Net.JSONP.
[pettanr/clientJs.git] / 0.6.x / js / 05_util / 01_XNinjaIframe.js
index 8507c5e..e16f550 100644 (file)
@@ -140,7 +140,8 @@ function X_Util_NinjaIframe_writeToIframe( that ){
        var raw  = that[ '_rawObject' ],\r
                idoc = raw.contentDocument || that._iwin.document,\r
                html = that._contentHTML;\r
-               \r
+       \r
+       that._ready = true; // これを削除すると ie6,7,8 で Stack overflow at line : 0 意味不明\r
        delete that._contentHTML;\r
 \r
        idoc.open();\r