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
Родитель 4247cabcad
Коммит 92c242b8df
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 );