From fe4ee14be03b98ec77440137b51cf980964a746a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Sep 2010 12:59:10 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Request.js b/Pman.Request.js index 634fea64..fcbeca08 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -34,8 +34,9 @@ Pman.Request = function(config){ } Roo.extend(Pman.Request, Roo.data.Connection, { - + // private processResponse : function(response) { + // convert the Roo Connection response into JSON data. var res = ''; try { -- 2.39.2