in above code i get exception Components.classes not defined. when i try to put simple code in the html file ( loaded via a menu option of the extension )
try {
var Cc = Components.classes["@amazon.com/MyComponent;1"];
alert("Cc" + Cc);
}
catch (errr){
alert(errr)
}
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform

