[Jslib] Re: jslib is a package
Martin T. Kutschker
Martin.T.Kutschker@blackbox.net
Tue, 5 Jun 2001 10:16:42 +0200
Pete Collins <petejc@collab.net> schrieb in im Newsbeitrag:
public.mozdev.jslib/3B17EF30.ACC2556A@collab.net...
>
> There are many instances where a client will want to use dir.js or file.js
by
> itself for example.
Probably.
> We could define a const FSOBJECT_LOADED
>
> Then include it conditionally like a header file if the test for it fails.
>
> something like:
>
> if(typeof(FSOBJECT_LOADED)!='boolean')
> include('chrome://jslib/content/io/filesystem.js');
Yep. Sounds good to me.
Masi