667
edits
Changes
→Adding our own code
this.initialized = true;
this.firstxpcom = Components.classes["@senecac.on.ca/firstxpcom;1"]
this.firstxpcom.name = "First XPCOM";
},
// Use the Alerts Service to display the results to the user.
var alertsService = Components.classes["@mozilla.org/alerts-service;1"]
alertsService.showAlertNotification(null, this.firstxpcom.name, this.total,
false, "", null);