From 2f627dd50ea878d94cce2967bf050650b1c06408 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 15:37:26 +0800 Subject: [PATCH] roojs-ui-debug.js --- roojs-ui-debug.js | 10172 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 10169 insertions(+), 3 deletions(-) diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 2d8a21d5a1..008ead335d 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -26976,8 +26976,8 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { try { rdata = Roo.decode(req.responseText) } catch (e) { - Roo.log("Invalid data from server..") - Roo.log(edata) + Roo.log("Invalid data from server.."); + Roo.log(edata); return; } if (!rdata || !rdata.success) { @@ -27150,4 +27150,10170 @@ Roo.extend(Roo.form.Action.Load, Roo.form.Action, { Roo.form.Action.ACTION_TYPES = { 'load' : Roo.form.Action.Load, 'submit' : Roo.form.Action.Submit -}; \ No newline at end of file +};/* + * Based on: + * Ext JS Library 1.1.1 + * Copyright(c) 2006-2007, Ext JS, LLC. + * + * Originally Released Under LGPL - original licence link has changed is not relivant. + * + * Fork - LGPL + *