From eeef1500f9d39e1458cb41b4c4741aaa3529e11b Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 12:01:27 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Request.js b/Pman.Request.js index 841e8326..6cc82066 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -25,7 +25,7 @@ var t = new Pman.Request({ * request, a url encoded string or a function to call to get either. * @cfg {Function} success called with ( JSON decoded data of the data.. ) * @cfg {Function} success called with ( JSON decoded data of the data.. ) -* @cfg {Boolean} showFailtureDialog (true|false) default true +* @cfg {Boolean} showFailureDialog (true|false) default true */ Pman.Request = function(config){ @@ -43,7 +43,7 @@ Pman.Request = function(config){ Roo.extend(Pman.Request, Roo.data.Connection, { // private - showFailtureDialog : true, + showFailureDialog : true, processResponse : function(response) { // convert the Roo Connection response into JSON data. -- 2.39.2