mirror of
https://github.com/zotero/zotero.git
synced 2026-09-23 00:43:17 +00:00
Remove globally scoped namespace declaration from cite.js (oops)
This commit is contained in:
parent
ef2ff0a884
commit
0c2c8000e3
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue