Show
Ignore:
Timestamp:
12/14/07 16:00:25 (13 months ago)
Author:
cho45
Message:

lang/javascript/jsdeferred/trunk/binding/userscript.js:

headers POST のときこまるので

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/jsdeferred/trunk/binding/userscript.js

    r2771 r3126  
    2323} 
    2424xhttp.get  = function (url)       { return xhttp({method:"get", url:url}) } 
    25 xhttp.post = function (url, data) { return xhttp({method:"post", url:url, data:data}) } 
     25xhttp.post = function (url, data) { return xhttp({method:"post", url:url, data:data, headers:{"Content-Type":"application/x-www-form-urlencoded"}}) } 
     26 
    2627 
    2728/* function http (opts) //=> Deferred