Apply mguelck's patch from dev list to fix issue with sorting of multiple sources in one citation

This commit is contained in:
Dan Stillman 2009-11-26 05:11:47 +00:00
parent 86db661ad6
commit 6bed1231b3

View file

@ -1643,7 +1643,7 @@ Zotero.CSL.Citation.prototype.remove = function(citationItems) {
* copies a citation
*/
Zotero.CSL.Citation.prototype.clone = function() {
var clone = new Zotero.CSL.Citation();
var clone = new Zotero.CSL.Citation(null, this._csl);
// copy items
for(var i=0; i<this.citationItems.length; i++) {