add an extra variable to make this easier for consumers of this file

This commit is contained in:
alecf%netscape.com 2000-04-21 22:21:52 +00:00
Родитель 3036829b76
Коммит 1a37392c55
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -39,6 +39,8 @@ var ispDefaults;
var nsIRDFResource = Components.interfaces.nsIRDFResource;
var nsIRDFLiteral = Components.interfaces.nsIRDFLiteral;
var ispRoot = rdf.GetResource("NC:ispinfo");
// given an ISP's domain URI, look up all relevant information about it
function getIspDefaultsForUri(domainURI)
{