X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Request.js;h=bac2833d9c76b3a3fd075763c8297e9133f23406;hb=9c78634200e1f88033f6cca84793b9c8fdbcd82c;hp=e91c5134982b2e9eb92dacbda180f876b421d34c;hpb=3e3c61b06f49419e2163561bd299c600f3c7b37d;p=Pman.Core diff --git a/Pman.Request.js b/Pman.Request.js index e91c5134..bac2833d 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -22,9 +22,9 @@ var t = new Pman.Request({ * @param {Object} cfg Configuration object. * @cfg {String} url Location to download from. * @cfg {String} method GET or POST (default GET), POST will create a form, and post that into the hidden frame. -* @cfg {Object/String/Function} (Optional) An object containing properties which are used as parameters to the +* @cfg {Object/String/Function} params (Optional) An object containing properties which are used as parameters to the * request, a url encoded string or a function to call to get either. -* +* @cfg {Function} success called with ( JSON decoded data of the data.. ) */ Pman.Request = function(config){