Update of /cvsroot/thyapi/thyapi/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24843/ext
Modified Files:
packages.js
Log Message:
Commiting file additions and modification from SVN revision 1940 to 1941...
Changes made by vinicius on 2005-09-12 21:55:29 +0200 (Mon, 12 Sep 2005) corresponding to SVN revision 1941 with message:
XMLRPC Protocol fix - now can receive not just only object
Index: packages.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** packages.js 12 Sep 2005 18:43:04 -0000 1.8
--- packages.js 12 Sep 2005 19:39:12 -0000 1.9
***************
*** 132,136 ****
//ThyAPI Functions
l.addPackage('thyapi.functions',p+'thyfunctions/');
! l.add('thyapi.functions.thyAjaxContent','thyajaxcontent.js',['System','thyBase','thyConnector']);
// Load buffered includes ---------
--- 132,136 ----
//ThyAPI Functions
l.addPackage('thyapi.functions',p+'thyfunctions/');
! l.add('thyapi.functions.thyAjaxContent','thyajaxcontent.js',['System','thyDataSource']);
// Load buffered includes ---------
|