From 32a5e864f5d77f88196bdf0407114b71b4d86fb1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Sep 2010 12:45:07 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Pman.Request.js b/Pman.Request.js index 0306c650..8161fe9f 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -24,4 +24,16 @@ var t = new Pman.Request({ * @cfg {String} method GET or POST (default GET), POST will create a form, and post that into the hidden frame. * @cfg {Boolean} newWindow (optional) download to new window -*/ \ No newline at end of file +*/ + +Pman.Request = function(config){ + + Pman.Request.superclass.constructor.call(this, config); + this.request(config); + +} + +Roo.extend(Pman.Request, Roo.data.Connection, { + + +}); \ No newline at end of file -- 2.39.2