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 2006-07-27 14:54:00 +00:00
Родитель abb566b2b6
Коммит ebbbb484c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

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