mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Fix incorrect defineGetter line
This commit is contained in:
parent
34ea8ced85
commit
ba4caa7c86
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue