Hi,
I was wondering if we actually use DynAPI.browser at all?
currently it is being initialized in browser.js, like this:

is = DynAPI.browser = new Browser();

this means the browser.js file will cause errors when loaded outside a
DynAPI context, or before the other Dynapi files are loaded.

If we are not using DynAPI.browser anywhere, we can change the line in
browser.js too:

is = new Browser();

making the file much more flexible in use.

Richard.
www.richardinfo.com


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to