In the onAssert() method I have in an RDF observer, I have the line:
var nsIRDFContainer = Components.classes["@mozilla.org/rdf/container;1"].getService(Components.interfaces.nsIRDFContainer);
Periodically Firefox produces lots of js Console errors:
"Components is not defined"
Interestingly at the same time I also get errors about other global constants that should be fine.
Anyone got any thoughts?
Cheers, _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
