Hi, In file a.js, I define:
var foxyproxy = {...};
In file b.js, I'd like to define:
foxyproxy.foo = function() { ... };
but this yields a "foxyproxy is not defined" error in b.js. Is there anyway to
do this in separate
files?
Thanks,
Eric Jung
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners
