From 0c2c8000e39522bcdc447452a75195ca19a709bc Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 23 Jun 2008 16:37:08 +0000 Subject: [PATCH] Remove globally scoped namespace declaration from cite.js (oops) --- chrome/content/zotero/xpcom/cite.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index b682001318..fd813e0402 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -25,9 +25,10 @@ * this class handles pulling the CSL file and item data out of the database, * while CSL, below, handles the actual generation of the bibliography */ -default xml namespace = "http://purl.org/net/xbiblio/csl"; Zotero.Cite = new function() { + default xml namespace = "http://purl.org/net/xbiblio/csl";4 + var _lastCSL = null; var _lastStyle = null;