bug 77095 - fix casing typo in directory.js

patch by anedah-9@sm.luth.se
r=bbaetz, sr=shaver, a=asa
This commit is contained in:
bbaetz%cs.mcgill.ca 2001-04-22 19:11:54 +00:00
parent 9e0cca2296
commit beb757c9b8

View File

@ -225,7 +225,7 @@ function DoUnload()
var tree = document.getElementById("tree");
if (tree)
{
tree.database.RemoveDatasource(HTTPIndex);
tree.database.RemoveDataSource(HTTPIndex);
tree.database.RemoveObserver(RDF_observer);
debug("Directory: removed observer\n");
}