fx-compat: Zotero protocol handler: Correct constant name
This commit is contained in:
parent
dbbc6a2f44
commit
ca894c3416
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ function ZoteroProtocolHandler() {
|
||||||
*/
|
*/
|
||||||
ZoteroProtocolHandler.prototype = {
|
ZoteroProtocolHandler.prototype = {
|
||||||
get scheme() {
|
get scheme() {
|
||||||
return PROTOCOL_SCHEME;
|
return ZOTERO_SCHEME;
|
||||||
},
|
},
|
||||||
get protocolFlags() {
|
get protocolFlags() {
|
||||||
/*Components.interfaces.nsIProtocolHandler.URI_NORELATIVE |
|
/*Components.interfaces.nsIProtocolHandler.URI_NORELATIVE |
|
||||||
|
|
Loading…
Reference in a new issue