commit ba4caa7c861e9645c0955ccbb04ebeedc436cefd parent 34ea8ced85b945c7f7adc9d5db9347bf73923dd3 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 1 Nov 2007 04:07:23 +0000 Fix incorrect defineGetter line Diffstat:
| M | chrome/content/zotero/xpcom/cite.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; });