Fix an inconsequential error
This commit is contained in:
parent
645bbf92b8
commit
1e5bde6a54
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ Zotero.LocateManager = new function() {
|
|||
false)
|
||||
return this;
|
||||
|
||||
throw Cr.NS_ERROR_NO_INTERFACE;
|
||||
throw Components.results.NS_ERROR_NO_INTERFACE;
|
||||
},
|
||||
|
||||
// nsIRequestObserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue