X-Git-Url: http://git.osdn.jp/view?p=pettanr%2FclientJs.git;a=blobdiff_plain;f=0.6.x%2Fjs%2F06_net%2F05_XXHRGadget.js;fp=0.6.x%2Fjs%2F06_net%2F05_XXHRGadget.js;h=c13ed9f527b765ed822cb7bc1f57b2a073856a16;hp=6950697670f254c722c93e198e0b9ba340867dab;hb=009b1cd0cebdd15591a9abfb964fb57b41ccb5f9;hpb=3d10dbbb167c89638f3bea6c267de8763274d30c diff --git a/0.6.x/js/06_net/05_XXHRGadget.js b/0.6.x/js/06_net/05_XXHRGadget.js index 6950697..c13ed9f 100644 --- a/0.6.x/js/06_net/05_XXHRGadget.js +++ b/0.6.x/js/06_net/05_XXHRGadget.js @@ -177,7 +177,7 @@ X_TEMP.X_GadgetXHR_props = { max = X_GadgetXHR_maxQueryLength - X_GadgetXHR_GADGET_URL.length - 5; - sendStr = X_JSON_stringify( req ); + sendStr = /* X_JSON_stringify */X[ 'JSON' ].stringify( req ); while( sendStr.length ){ l = max;