On Wed, Dec 30, 2009 at 7:46 AM, pradador <[email protected]> wrote:
> I have a couple of plugins that need a couple of global variables and
> I was thinking about using the Browser object to contain them. For
> example, in one I need to keep a cache of the stylesheet and script
> elements attached to the page so I was thinking about just using
> Browser.Stylesheets and Browser.Scripts to store them. Should we keep
> the Browser object free in case of future compatibility issues and
> instead create an object like "Session" or would this use be
> acceptable?

I think you should just create your own namespace and use that instead
for all your code ... i guess thats what you meant by "Session" above
?

Regards
Rajeev J Sebastian

Reply via email to