|
From: Michael P. <mp...@ph...> - 2001-01-10 00:27:05
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I've found that there are two sets of arrays that store DynDocument references. <p>If the line in DynDocument is changed from: <br><tt> DynDocument.dyndocs[DynAPI.documents.length]=this;</tt> <br>If the line in DynDocument is changed from: <br><tt> DynDocument.dyndocs[DynDocument.dyndocs.length]=this;</tt><tt></tt> <p>Then there is no need for the following lines in DynAPI.js: <br><tt> documents : [],</tt> <br><tt> documentsID : [],</tt> <br><tt></tt> <p>-- <br>Michael Pemberton <br>mp...@ph... <br>ICQ: 12107010 <br> </html> |