fx-compat: Zotero protocol handler: Correct constant name

This commit is contained in:
Abe Jellinek 2022-09-09 13:47:13 -07:00
parent dbbc6a2f44
commit ca894c3416

View file

@ -1226,7 +1226,7 @@ function ZoteroProtocolHandler() {
*/
ZoteroProtocolHandler.prototype = {
get scheme() {
return PROTOCOL_SCHEME;
return ZOTERO_SCHEME;
},
get protocolFlags() {
/*Components.interfaces.nsIProtocolHandler.URI_NORELATIVE |