Fix incorrect defineGetter line
This commit is contained in:
parent
22ea4a8d4f
commit
48d01a91bb
|
@ -1164,7 +1164,7 @@ Zotero.CSL.Global = new function() {
|
|||
|
||||
this.ns = "http://purl.org/net/xbiblio/csl";
|
||||
|
||||
this.locale = this.__defineGetter__("locale", function() {
|
||||
this.__defineGetter__("locale", function() {
|
||||
Zotero.CSL.Global.init()
|
||||
return Zotero.CSL.Global._xmlLang;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user