From: Alan Knowles Date: Mon, 13 Sep 2010 04:56:04 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9c78634200e1f88033f6cca84793b9c8fdbcd82c Pman.Request.js --- 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){