Added missing comma after function definition

This commit is contained in:
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 2008-06-19 15:23:01 -07:00
parent 8cb487fcc3
commit 28bf4dc4f6

View File

@ -102,7 +102,7 @@ BookmarksEngine.prototype = {
this.__annoSvc = Cc["@mozilla.org/browser/annotation-service;1"].
getService(Ci.nsIAnnotationService);
return this.__annoSvc;
}
},
_init: function BmkEngine__init( pbeId ) {
this.__proto__.__proto__._init.call( this, pbeId );