OSDN Git Service

Version 0.6.207, Modification of variable scope leaks.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 05_XXHRGadget.js
index 6950697..c13ed9f 100644 (file)
@@ -177,7 +177,7 @@ X_TEMP.X_GadgetXHR_props = {
                        \r
                        max = X_GadgetXHR_maxQueryLength - X_GadgetXHR_GADGET_URL.length - 5;\r
                        \r
-                       sendStr = X_JSON_stringify( req );\r
+                       sendStr = /* X_JSON_stringify */X[ 'JSON' ].stringify( req );\r
                        \r
                        while( sendStr.length ){\r
                                l   = max;\r