mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Added missing comma after function definition
This commit is contained in:
parent
8cb487fcc3
commit
28bf4dc4f6
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user