closes #824, Error creating MLA bibliography with two books

This commit is contained in:
Simon Kornblith 2007-11-10 02:17:49 +00:00
parent 7ce5c8fa65
commit 1e131937bd

View File

@ -2182,7 +2182,7 @@ Zotero.CSL.ItemSet.prototype._copyDisambiguation = function(fromItem, toItem) {
Zotero.CSL.FormattedString = function(context, format, delimiter, subsequent) {
this.context = context;
this.option = context.option;
this.option = context ? context.option : new XMLList();
this.format = format;
this.delimiter = delimiter;
this.string = "";