mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
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:
parent
9e0cca2296
commit
beb757c9b8
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user