Update of /cvsroot/thyapi/thyapi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25056
Modified Files:
.sync_svn2cvs dynapi.js
Log Message:
Commiting file additions and modification from SVN revision 1964 to 1965...
Changes made by vinicius on 2005-09-20 07:50:12 +0200 (Tue, 20 Sep 2005) corresponding to SVN revision 1965 with message:
Fix in dynapi.js
Index: .sync_svn2cvs
===================================================================
RCS file: /cvsroot/thyapi/thyapi/.sync_svn2cvs,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** .sync_svn2cvs 16 Sep 2005 02:02:41 -0000 1.18
--- .sync_svn2cvs 20 Sep 2005 05:31:13 -0000 1.19
***************
*** 1 ****
! 1952
\ No newline at end of file
--- 1 ----
! 1965
\ No newline at end of file
Index: dynapi.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/dynapi.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dynapi.js 2 Sep 2005 02:44:43 -0000 1.5
--- dynapi.js 20 Sep 2005 05:31:13 -0000 1.6
***************
*** 116,120 ****
if (DynObject.all)
{
! for (i in all)
{
DynObject.all[i] = null;
--- 116,120 ----
if (DynObject.all)
{
! for (i in DynObject.all)
{
DynObject.all[i] = null;
|