diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 9069f8359..68dcb3a2a 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -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; });