From: Richard B. <ric...@us...> - 2001-10-29 22:35:09
|
Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api In directory usw-pr-cvs1:/tmp/cvs-serv31405 Modified Files: browser.js Log Message: deleted =DynAPI.browser, as it is not being used, and dissallowed including the browser.js file before the other DynAPI files Index: browser.js =================================================================== RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/browser.js,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** browser.js 2001/10/14 19:28:47 1.13 --- browser.js 2001/10/29 22:35:06 1.14 *************** *** 29,31 **** else this.platform="other"; } ! is = DynAPI.browser = new Browser(); --- 29,31 ---- else this.platform="other"; } ! is=new Browser(); |