mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 09:15:47 +01:00
Do away with services.(get|create), and move the prefs module to its own file.
This commit is contained in:
@@ -21,7 +21,7 @@ const Addressbook = Module("addressbook", {
|
||||
return "";
|
||||
},
|
||||
|
||||
getDirectoryFromURI: function (uri) services.get("rdf").GetResource(uri).QueryInterface(Ci.nsIAbDirectory),
|
||||
getDirectoryFromURI: function (uri) services.rdf.GetResource(uri).QueryInterface(Ci.nsIAbDirectory),
|
||||
|
||||
add: function (address, firstName, lastName, displayName) {
|
||||
const personalAddressbookURI = "moz-abmdbdirectory://abook.mab";
|
||||
|
||||
Reference in New Issue
Block a user