Some fixes

This commit is contained in:
Marco Pesenti Gritti
2007-05-13 20:32:28 +02:00
parent f3289d2e59
commit 7e0fd77b13
2 changed files with 7 additions and 2 deletions
@@ -35,7 +35,7 @@ BrowserHelperService.prototype = {
return this;
}
;
}
/* :::::::: Service Registration & Initialization ::::::::::::::: */
@@ -94,5 +94,6 @@ const BrowserHelperFactory = {
};
function NSGetModule(aComMgr, aFileSpec) {
dump("nsBrowserHelper: NSGetModule\n")
return BrowserHelperModule;
}