зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
abb566b2b6
Коммит
ebbbb484c0
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче